Home lab documentation repository. This repo tracks the setup, configuration, and automation of my home infrastructure, including hardware, virtual machines, networking, automations, and general notes and future directions I'd like to take it.
homelab/
├── README.md # Project overview
├── todo.md # to do list
├── Notes/ # Brain dump
├── proxmox/ # Proxmox system config
│ ├── README.md
├── vms/ # vm-configurations
│ ├── <vm-name>/ # Each VM has its own folder (e.g., angusMintDev, k8s-master, etc.)
├── network/ # Network configs
│ ├── README.md
├── automation/ # Scripts and IaC
│ ├── README.md
│ ├── tools/ # tools like terrform, ansible, etc
│ └── scripts/