Skip to content

Homelab Docs

The media server stack runs on a Dell R430 (proxfold) using Proxmox VE as the hypervisor. Media storage is a local ZFS array (4x SAS SSD, RAIDZ1). Services are split across LXC containers and a Docker VM.

Infrastructure overview

graph TD
    subgraph host["proxfold · 192.168.1.250 (Proxmox VE · Dell R430)"]
        ZFS["ZFS Pool: stash<br/>RAIDZ1 · 4× SAS SSD · ~10TB<br/>/stash/rodneystash/{Movies, TV Shows, Downloads}"]
        plex["LXC 100: plex<br/>192.168.1.230<br/>Plex Media Server"]
        arrstack["VM 101: arrstack<br/>192.168.1.252<br/>Docker stack"]
    end
    ZFS -->|"Proxmox mount point (mp0)"| plex
    ZFS -->|"NFS export"| arrstack
Section Description
proxfold R430 hardware, Proxmox config, storage
Plex Plex LXC — config and media access
Arrstack Docker VM — arr stack services
Network IP map, host roles, service ports
Backup & Restore Backup procedures and restore walkthrough
Config Files Key host configuration reference