Personal homelab documentation — architecture, incident reports, and operational runbooks.
Built with MkDocs Material and self-hosted on a Ninkear M6 mini PC.
🌐 Live site: docs.chya43.it
- Architecture — hardware specs, full service list, networking setup (Caddy, AdGuard, WireGuard)
- Incidents — real problems I've debugged and solved, with root cause and lessons learned
- Runbooks — operational guides for common tasks
| Layer | Tool |
|---|---|
| OS | Ubuntu 24.04 |
| Containers | Docker Compose |
| Reverse Proxy | Caddy |
| DNS | AdGuard Home |
| VPN | WireGuard (wg-easy) |
| Docs | MkDocs Material |
git clone https://github.com/chi04fern/homelab-docs
cd homelab-docs
docker compose upThen open http://localhost:8000
docs/
├── index.md
├── architecture/
│ ├── overview.md
│ ├── hardware.md
│ ├── services.md
│ └── networking.md
├── incidents/
│ └── backlog.md
└── runbooks/
└── index.md
Part of my learning journey through a one-year networking & cloud computing course in Bologna.