🏠 Home Network  ·  Charlotte, NC

The Lab

Self-hosted infrastructure — media, gaming, automation, and custom tooling running 24/7.

Built on Proxmox with LXC containers and Docker VMs, backed by a TrueNAS Scale NAS. Everything is intentional, most of it is overkill, and I wouldn’t have it any other way.

Proxmox Hypervisor
TrueNAS Scale NAS
LXC Containers
Tailscale Mesh VPN

Infrastructure

Tailscale Mesh VPN

Deployed on multiple containers to create a private mesh network across all my devices and shared with friends for secure access to self-hosted game servers — no port forwarding required.

  • Zero-config VPN
  • Multi-container
  • Friend Access

Docker on Ubuntu VM

Ubuntu VM running Docker for services that ship as containers, currently hosting the Automatic Ripping Machine. Keeps containerised workloads isolated from LXC services.

  • Docker
  • Ubuntu VM
  • Container Isolation

Cloudflare Tunnel

Securely exposes self-hosted services running in the lab to the internet without opening any inbound firewall ports — the tunnel terminates TLS at Cloudflare’s edge and proxies traffic to the appropriate LXC container. (The public portfolio site itself now runs on Cloudflare Workers instead, for uptime independent of anything in this rack.)

  • Zero-trust exposure
  • No open ports
  • TLS termination

UPS & NUT Server

All lab hardware runs on a UPS for power protection. A Network UPS Tools (NUT) server on the Raspberry Pi monitors the UPS over the network and triggers safe shutdown of connected machines during a sustained outage — no data loss, no forced power cuts.

  • UPS Power Protection
  • NUT Server
  • Raspberry Pi
  • Auto-shutdown

playit.gg Agent

Tunnels game server traffic for the Crafty-managed Minecraft servers to a public endpoint, allowing friends to connect without Tailscale and without exposing my home IP.

  • Game tunnel
  • No port forwarding
  • Public access

Self-Hosted Services

Media

Plex Media Server

Local

Primary media server for local network streaming. Library backed by the TrueNAS NAS. Used for in-home viewing across devices.

Jellyfin

Remote

Open-source media server for remote viewing outside the home network. Runs alongside Plex so remote access doesn’t require a Plex Pass subscription.

Automatic Ripping Machine

Docker

ARM from GitHub — detects inserted discs, automatically rips the content, and saves the output to the TrueNAS NAS with no manual steps required. Runs in Docker on the Ubuntu VM.

Gaming Servers

Satisfactory Dedicated Server

LXC

Dedicated server for Satisfactory, shared with friends via Tailscale. A Discord bot to manage server start/stop and status is currently in development.

Crafty Controller

LXC

Crafty manages multiple Minecraft server instances from a single web panel — currently running an All The Mods 10 (ATM10) modpack server and a Paper vanilla server. Public access via playit.gg.

Raspberry Pi

Pi

Dedicated host for the Warframe Market bot. Runs the Python script 24/7, scanning the Warframe Market API and firing notifications when target item conditions are met.

Custom Python Projects

Not everything in the lab is off-the-shelf. These are tools I designed and built myself to fill gaps that existing software didn’t cover.

Running 24/7

Warframe Market Scanner Bot

A Python bot running continuously on a Raspberry Pi that polls the Warframe Market API and scans listings for specific items meeting user-defined price and quantity thresholds. When conditions are met, it fires an alert so I can act before the listing disappears. The kind of tedious manual checking that should be automated.

  • Python
  • Warframe Market API
  • Raspberry Pi
  • REST API
  • Notifications
In Development

Satisfactory Server Discord Bot

A Discord bot that will allow friends to start, stop, and check the status of the Satisfactory dedicated server directly from Discord — no need to ask me to manually manage the server or give anyone SSH access. Integrates with the Satisfactory server API.

  • Python
  • Discord API
  • Satisfactory API
  • Server Management

On the Roadmap

OPNsense Router

Moving from a consumer router to OPNsense for proper firewall rules, VLANs, traffic monitoring, and more control over the home network edge.

2.5GbE / 10GbE Networking

Upgrading the NAS and main workstation to higher-speed networking to reduce transfer bottlenecks, particularly for large video files and VM disk images.

Satisfactory Discord Bot

The Discord bot for Satisfactory server management (see above) — finish and deploy so friends can manage the server themselves without needing my involvement.

More to Come

The lab is always growing. More services, more automation, more things that probably don’t need to exist but are fun to build anyway.