Phase 1 — fix stale state after strong migration (Phase 1+2, 2026-07-05)
- README: corrected IPs (jellyfin 206→246, arriman 132→245, etc.),
added missing containers (128 trmnl, 129 house, 133 seanime, 134 romm,
124 authentik), updated last-refreshed date, added strong host context
- containers/101-jellyfin.md: IP 206→246, host hubris→strong, mount
/mnt/library→/mnt/media_local, GPU 760M→680M+RX7600, privilege→priv
- containers/118-elementsynapse.md: IP 239→242, added Host: strong
- containers/122-arriman.md: IP 132→245, mount→/mnt/media_local, added Host
- containers/129-house.md: IP 212→244, added Host: strong
- containers/130-grimmory.md: IP 213→247, mount→/mnt/media_local, added Host
- containers/121-caddy.md: fixed site list (books→grimmory, removed auth→VPS,
added house, roms, teddy, trmnl)
- hosts/strong.md: updated At-a-glance to reflect 7 LXCs hosted
- containers/123-claudio-bot.md, 127-mule-photos-new.md: archived to
containers/archive/ (were destroyed LXCs with living pages)
- inventory.yaml: verified correct — no changes needed
Phase 2 — structural cleanup
- infrastructure/index.md: one-page overview of all cross-cutting systems
- runbooks/: moved runbook-budget-from-csv.md and runbook-dpkg-interrupted.md
from operations/ with YAML frontmatter added
- plans/done/: moved 4 completed plans out of active view; updated index
- vms/index.md: added VM index page
Phase 3 — navigation & discoverability
- GLOSSARY.md: term definitions (Authentik, Caddy, LXC, VAAPI, etc.)
- README: added table of contents, links to glossary + infrastructure index
- investigations/: archived 2 resolved cases (crash-loop, authentik-migration)
to investigations/archive/; updated index with active vs archived sections
Phase 4 — ongoing discipline
- CONTRIBUTING.md: documented same-session update rule with explicit checklist
- README: replaced full LXC table with summary + link to containers/index.md
(single source of truth; de-duplication)
2.7 KiB
2.7 KiB
Infrastructure — cross-cutting systems
The homelab's shared infrastructure: systems that span multiple nodes and are documented in their own pages. Each system below links to its full doc.
Network
- Network — physical topology, subnets, routing, DHCP.
Homelab
192.168.8.0/24isolated from household192.168.178.0/24. Proxmox hubris acts as subnet router. - DNS — split-horizon — Technitium DNS on LXC 107,
192.168.8.2:53.*.hubris.networkresolves to LAN IPs on the homelab network and to mesh addresses off-LAN.
Connectivity / mesh
- Mesh — Tailscale → Netbird migration — overlay networking. Netbird is the preferred path; Tailscale is legacy.
- SSH access — dual-server SSH (OpenSSH + Netbird SSH) on hubris, key distribution.
Public ingress
- Public ingress — VPS traefik + cert mirror — how home services reach the open internet. Two-stage: VPS traefik (IONOS) terminates TLS, proxies over Netbird to home Caddy.
- Caddy reverse proxy — LAN endpoint.
Terminates TLS for every
*.hubris.networkhostname, forwards to backends.
Storage
- Media permissions — GID 10000 standard — shared group permission model across all LXCs that read/write the media library.
- Backups — rclone → Proton Drive — off-host backup strategy. LXC 132 handles rclone to Proton Drive; restic-on-USB deprecated.
Identity & access
- Authentik SSO — identity provider. Core server runs on the VPS; LAN forward-auth outpost at LXC 106. OIDC providers configured for Jellyfin, Jellyseerr, Sabnzbd, qBittorrent, Yuvomi, and more.
Management & automation
- Homelab context distribution —
/opt/homelab-contextclone, MCP server, secrets issuance, cross-client sync. - Auto-deploy — gitea-webhook pipelines — push-to-deploy for Caddy config, mule-image, and other tracked repos.
- Monitoring — health checks, watchdogs, alerting (migrated from claudio-bot to Hermes cron).
- VPS hardening — IONOS netbird VPS: fail2ban, nftables, OIDC SSH, security posture.
Topology
- Topology diagram (generated) — Mermaid graph of compute,
ingress routing, and storage mounts. Auto-generated from
inventory.yamlbyoikos/gen-topology.py.
Related
- README — entry point
- Containers index
- Operations cheatsheet
- OIKOS operating model