Infrastructure · Ongoing
Designed and maintained a self-hosted infrastructure environment for learning, testing, automation, monitoring, and service hosting.
// OVERVIEW
A Proxmox-backed homelab provides a controlled environment to deploy services, test networking changes, practice monitoring workflows, and run automation without risking production systems. The lab mirrors real operational patterns: virtualization, container stacks, remote access, and observability.
// CHALLENGE
Running multiple services reliably on consumer-grade hardware requires deliberate network segmentation, resource planning, and recovery discipline. Services must remain accessible for learning while failures remain isolated and diagnosable through logs and monitoring — not guesswork.
// SOLUTION
Proxmox hosts VMs and LXC workloads with Docker Compose stacks for application services. Tailscale enables secure remote admin paths. Uptime Kuma provides synthetic availability checks; Home Assistant and n8n extend automation across devices and APIs. DNS, reverse proxy, and backup patterns are documented as services evolve.
// STACK
// SCREENSHOTS
Screenshot placeholders — production captures will be added as assets are finalized.
Screenshot 1
Screenshot 2
Screenshot 3
// LESSONS
// OUTCOMES
// ROADMAP