I don’t know, that’s why I’m omg for advice lol. I’ve never had to tackle “which OS?” before.
Comment on Advice wanted: Combining current solutions into one home server
BearOfaTime@lemm.ee 5 months ago
Can Proxmox with some containers/VMs address your needs?
Its what I’m running for a media server (a VM) and some containers for things like Pihole and Syncthing.
iAmTheTot@sh.itjust.works 5 months ago
lemming741@lemmy.world 5 months ago
Proxmox was the answer for me. OpenMediaVault in a VM for NAS, LXC containers for things that need GPU access (Plex and frigate). Hell, I even virtualized my router. One thing I probably should have done was a single docker host and learn podman or something similar. I ended up with 8 or 9 VMs that run 8 or 9 dockers. It works great, but it’s more to manage.
You’ll want 2 network cards/interfaces- one for the VMs and another for the host. Power usage is not great using old gaming parts. Discrete graphics seem to add 40 watts no matter what. A 5600G or Intel with quicksync will get the job done and save you a few bucks a month. I recently moved to a 7700x and transcode performance is great. Expect 100-150 watts 24/7 which costs me $10-15 month. But I can compile ESPHome binaries in a few seconds 🤣
AbidanYre@lemmy.world 5 months ago
I ended up with 8 or 9 VMs that run 8 or 9 dockers. It works great, but it’s more to manage.
It’s more overhead on the cpu, but it’s so easy.
lemming741@lemmy.world 5 months ago
It really was easy. And it works so well I didn’t have to lean the names of stuff haha
For anyone following along, I meant portainer to manage dockers. Podman is a different container technology it seems.
floridaman@lemmy.blahaj.zone 5 months ago
Proxmox sounds like it fits their use case , it’s a useful and tweakable solution, and because it’s based on KVM you can pass through hardware with IOMMU. Personally, I run Proxmox on my (admittedly not very good) home server with like 12 gigs of ram and a processor from the early 2010s, handles a few VMs just fine with hardware passthrough to a TrueNAS VM. I do run a lot of my micro services on some cheap thin clients (DNS mainly) for redundancy as I mentioned, they were cheap. Home Assistant OS is happy on Proxmox as is Jellyfin with hardware acceleration.