Homelab
Overview I run a self-hosted homelab on Proxmox VE, fully automated with Infrastructure as Code. The entire stack—from VM provisioning to service deployment—is managed by Terraform and Ansible, requiring only a single make all command to deploy from scratch. Source code: [GitHub] Architecture The homelab follows a bastion host pattern. My local machine provisions a bastion VM, which then acts as the infrastructure controller for all internal VMs. Internal VMs are not directly accessible from outside—SSH access is restricted to the bastion only. ...