A couple of weeks ago I spat the dummy with windows and shifted to Linux. I think I am now ready to drink the coolaid.
What I have available currently is an ISP router and a decade-old gaming PC with a failing hdd that used to host games. I also have some budget to spare so that I can set things up nicely or in a way that I can add on it in the future.
Here are my goals are in order:
- Proper onsite and maybe offsite backups - my migration to Linux illustrated gaps and I expect in the future I will run VMs that should be backed up
- Home security cameras (Which I don’t own yet)
- Replacing something like onedrive. I expect this will be NextCloud
- Yarr. Sonarr/radarr/jellyfin
- Hosting game servers
- Block adverts and maintaining privacy
- Improve the latency of my steam link to my TV via chromecast
- Hosting webscraping and analysis of data off some local websites
- Maybe set up some some smart home automation things
- I’d like to get solar power and monitor how the whole setup is doing.
- Self host my bit warden
- I dunno, backup Wikipedia or something. Give me ideas
So where would you recommend I start off with hardware? Simply replace the old pc hdd or look to having a NAS? A better router to handle VLAN? Go all in with Ubiquiti products which I have heard mixed things about? About the only thing I know is that a UPS would be a waste for an aspiring enthusiast like myself.
Any advice or pointing me at wikis or other resources would be greatly appreciated.
If you can overcome the first kinda large step of setting up a basic install of Proxmox + ZFS pool, you’ll love it. You can try shit out and nuke it if you don’t like it. Helper Scripts from here are also a great way to try stuff without breaking anything you already have. each container gets its own IP so you don’t have to juggle stuff with a reverse proxy (which is a PITA to set up properly) and with TailScale on the host, you can pretty much access everything from anywhere, without exposing it to the wider internet.
Creating a ZFS pool is also rather nice, because you can keep adding new disks to the pool when you’re running short. Ideally you’d use some mirroring for security. Backups are also nice with proxmox, as long as you don’t give every LXC a giant size quota.
Last thing, DO get an UPS, even if it’s a small consumer grade one that lasts 5 minutes. Make sure it has some sort of conectivity (network or USB) and it’s linux compatible. I’ve lost a lot of time rebuilding a 2yo NextCloud install that went all wonky after a blackout.
So in a detailed summary from your points:
Good Luck and Have Fun!