I’m already hosting pihole, but i know there’s so much great stuff out there! I want to find some useful things that I can get my hands on. Thanks!
Edit: Thanks all! I’ve got a lil homelab setup going now with Pihole, Jellyfin, Paperless ngx, Yacht and YT-DL. Going to be looking into it more tomorrow, this is so much fun!
Your own nextcloud instance. Then move everything that is saved at Google over to your own server.
Calenders, Filesync, Contacts sync with android works really nice.
Knowing my data is stored only on my own devices and google doesn’t know more about me than I do is a nice feeling.
I’ve tried this once or twice but always end up not using it because I don’t trust myself to keep a server up.
Would you consider hosting your own Nextcloud through a provider like Hetzner a nice intermediary step?
Just got to have a backup. I have children so for pictures anything Google is just not doable. Nextcloud on my home NAS, nightly backup to Amazon Glacier (super cheap to store because it’s expensive to retrieve) in case of a catastrophic failure (like fire). Every month or so backup the files to an external drive.
While I like this suggestion I’d be careful if you’re just getting started: you don’t want to end up losing data if this is your only copy. Make sure to have proper backups if you have data you can’t afford to lose. You could even encrypt it and upload it to Dropbox/google drive
Oh this sounds amazing. Do you have a link with more info so we can check it out?
Nextcloud: https://nextcloud.com/
Setup with Docker: https://github.com/nextcloud/docker
If you do this make sure you have a good backup solution in place. Don’t be like me running a nextcloud instance on a single disk server and when the disk died I lost everything. I’ve since moved to a parity based backup solution.
Yikes, thanks for the tip. That would be terrible! Do you have some documentation or example of the backup solution you now use?