Hypervisor · Proxmox VE
The single host everything runs on, carved into VMs and LXC containers. Each guest carries its own default-deny firewall, so the host isn't the only thing standing between services and the network, and guests stay portable.
A Proxmox VE node run with production discipline. Not a pile of containers that happen to work, but infrastructure with backups that get restored, traffic that can't leak, and services that heal themselves after a reboot.
Each of these was a choice with a reason, not a default I inherited.
GPU passthrough (an RTX 3070 for NVENC transcoding), nightly image-based backups, and Discord webhook alerting round it out.
Select a component to see what it runs and one design decision behind it. With scripting off, every description is listed below the diagram.
Tip: click a box, or focus it and press Enter.
Select a component to see what it runs and one design decision.
The single host everything runs on, carved into VMs and LXC containers. Each guest carries its own default-deny firewall, so the host isn't the only thing standing between services and the network, and guests stay portable.
Runs media playback and transcoding with an RTX 3070 passed through for NVENC. The GPU belongs to this VM alone, so transcoding never has to fight the rest of the stack for it.
All TLS terminates here and every service sits behind it. Nothing is exposed to the network directly, so there's one front door to harden instead of a dozen.
The front door for "add this to the library" requests, kept separate from the apps that actually fetch and organize media. A blast-radius decision: the public-facing piece can't reach the tooling directly.
A single overview of the stack's health and quick links, so checking on things doesn't mean remembering ports and addresses.
Runs the download and indexer apps. Their outbound traffic is locked into a VPN network namespace (gluetun), so the apps have no route that bypasses the tunnel. It's structural: there's nothing for them to misconfigure around.
Per-second metrics across the node, wired into LLM tooling over MCP. I can ask about the infrastructure's health in plain English and get real numbers back instead of guessing.
Mirrored vdevs rather than RAIDZ: expansion by matched pairs and faster resilvering. Backups run nightly and get restore-tested, because a backup that's never been restored is a hope, not a backup.
what it demonstrates
Virtualization, storage design, network segmentation, backup discipline, Linux operations, and AI-augmented operations. Same control mindset as the day job, applied at home.