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)
66 lines
2.7 KiB
Markdown
66 lines
2.7 KiB
Markdown
# 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](network.md)** — physical topology, subnets, routing, DHCP.
|
|
Homelab `192.168.8.0/24` isolated from household `192.168.178.0/24`.
|
|
Proxmox hubris acts as subnet router.
|
|
- **[DNS — split-horizon](dns.md)** — Technitium DNS on LXC 107,
|
|
`192.168.8.2:53`. `*.hubris.network` resolves to LAN IPs on the homelab
|
|
network and to mesh addresses off-LAN.
|
|
|
|
## Connectivity / mesh
|
|
|
|
- **[Mesh — Tailscale → Netbird migration](mesh.md)** — overlay networking.
|
|
Netbird is the preferred path; Tailscale is legacy.
|
|
- **[SSH access](ssh-access.md)** — dual-server SSH (OpenSSH + Netbird SSH)
|
|
on hubris, key distribution.
|
|
|
|
## Public ingress
|
|
|
|
- **[Public ingress — VPS traefik + cert mirror](ingress.md)** — how home
|
|
services reach the open internet. Two-stage: VPS traefik (IONOS) terminates
|
|
TLS, proxies over Netbird to home Caddy.
|
|
- **[Caddy reverse proxy](../containers/121-caddy.md)** — LAN endpoint.
|
|
Terminates TLS for every `*.hubris.network` hostname, forwards to backends.
|
|
|
|
## Storage
|
|
|
|
- **[Media permissions — GID 10000 standard](media-permissions.md)** — shared
|
|
group permission model across all LXCs that read/write the media library.
|
|
- **[Backups — rclone → Proton Drive](backups.md)** — off-host backup strategy.
|
|
LXC 132 handles rclone to Proton Drive; restic-on-USB deprecated.
|
|
|
|
## Identity & access
|
|
|
|
- **[Authentik SSO](../containers/124-authentik.md)** — 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](homelab-context.md)** — `/opt/homelab-context`
|
|
clone, MCP server, secrets issuance, cross-client sync.
|
|
- **[Auto-deploy — gitea-webhook pipelines](auto-deploy.md)** — push-to-deploy
|
|
for Caddy config, mule-image, and other tracked repos.
|
|
- **[Monitoring](monitoring.md)** — health checks, watchdogs, alerting
|
|
(migrated from claudio-bot to Hermes cron).
|
|
- **[VPS hardening](vps-hardening.md)** — IONOS netbird VPS: fail2ban,
|
|
nftables, OIDC SSH, security posture.
|
|
|
|
## Topology
|
|
|
|
- **[Topology diagram (generated)](topology.md)** — Mermaid graph of compute,
|
|
ingress routing, and storage mounts. Auto-generated from `inventory.yaml`
|
|
by `oikos/gen-topology.py`.
|
|
|
|
## Related
|
|
|
|
- [README](../README.md) — entry point
|
|
- [Containers index](../containers/index.md)
|
|
- [Operations cheatsheet](../operations/commands.md)
|
|
- [OIKOS operating model](../OIKOS.md) |