Homelab

I’m an advocate for self-hosting for the privacy and control; protecting my family’s data is a driver for me. However, it also helps me stay sharp for work and experiment with new tech. My stack in simple, but provides all the functionality we need.

Here are the tools I use:

  • Proxmox
  • Debuntu
  • NAS – Synology (for now)
  • Apps
    • Kubernetes
    • VPN – OpenVPN
    • Media – Jellyfin
    • VCS – Gitea
    • etc.

Proxmox

The backbone of my homelab. I have a 2 node cluster running on Beelink mini PCs. The small footprint and low power draw was a good choice for me. While modest, they easily run the 20+ VMs and containers I use.

Debuntu

Most of my VMs are headless Debian instances, and I prefer it for the common reasons: widely supported, well maintained and light memory footprint.

The few Ubuntu instances are mainly running for a GUI and the convenient (but bloated) snap packages. I also have physical Linux PCs, but often want a sandbox instance to work with.

NAS

I sprung for a SSD model, DS620slim. I know it’s pricier than HDD, but I’ve had too many corrupted drives. Planning to switch to TrueNAS on my next upgrade due to Synology’s licensing changes.

Apps

The reason to self-host, “What are you going to run?”

TBD…