About this site
A generated map of a personal homelab — the physical hosts, the services that run on them, and how traffic is routed. Nothing here is written by hand; it's built from two source repositories every time they change.
How it's built
- A build step clones the knowledge-base repo (prose docs about hosts, services, DNS) and the reverse-proxy repo (nginx configs).
- A parser turns the nginx
serverblocks and the markdown tables into one structured dataset, cross-linking each service to its host and its route. - The site is generated twice: a full internal build for the LAN, and a sanitised public build (this one, if you're reading it on the internet) with addresses, ports, and internal-only services removed.
This build
- Profile
- public
- Generated
- 2026-09-11T03:44:34.429Z
- KB revision
e3e299f- Proxy revision
dacd831- Counts
- 7 nodes · 18 services · 3 MCP servers
Source
- homelab — the knowledge base
- home-networking — the PQC nginx layer
- homelab-site — this generator