What can the 'average Joe' start hosting, that will change their life?
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!
My biggest fear of hosting my own important data is losing it to some hardware failure. Currently I mitigate this issue by mirroring my NAS data to onedrive (with encryption)
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 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
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.
I run SnapRAID on top of Drivepool on a windows machine. You could use SnapRAID with something like mergerfs on Linux if you wanted. I have two pools (10 data, 3 parity) and a (3 data, 1 parity). With snapraid I run pool syncs nightly and scrub (~3% nightly to cover the entire array monthly).I tried unRAID first and liked it, but there were some issues with my LSI controller resulting in poor write speed, I was never able to figure it out. I've been running the Drivepoo/SnapRAID combination now for ~6 years or so. I've had to rebuild two drives from parity in that time and it was painless (a config file edit and two commands).