Problem: after the wiki-hq reorg, agent-instruction and human-doc domains were still scattered across the repo root, with three now-redundant stub files cluttering it. The organizing principle wasn't visible in the layout. Change — enforce three clear buckets: - .agents/ = how agents operate: OIKOS.md, HERMES.md (moved from root), shared/ conventions, domains/ schemas, skills/, and operations/ (operator cheatsheet + enrollment + hermes-agent, moved from root). - knowledge/ = what exists + evidence: wiki/, GLOSSARY.md, and sources/ now including investigations/ (incident records are evidence/sources). - root = substrate + two entry points (AGENTS.md, README.md), plus plans/ as its own design-intent domain. Moves: - investigations/ -> knowledge/sources/investigations/ (incl. archive/, index). - operations/ -> .agents/operations/. - HERMES.md -> .agents/HERMES.md. - Deleted unreferenced root stubs CAVEMAN.md, CONTRIBUTING.md, and OIKOS.md (its 7 remaining linkers repointed to .agents/OIKOS.md). Consumers updated: - inventory.yaml doc_page (agent-enrollment) + regenerated hosts/*.yaml + cards. - tools/setup-hermes-soul.sh and bootstrap.sh (x2) -> .agents/HERMES.md. - bin/homelab help string -> .agents/operations/hermes-agent.md. - knowledge/operations schemas, llm-wiki, page-templates, incident-investigation skill, AGENTS.md/README nav -> new investigations/operations paths. - All markdown links rewritten via the path-resolving mapper. Left in place (substrate/executable/separate-domain): hosts/, ledger/, tools/, plans/, oikos/, mcp/, secrets/, bin/, inventory.yaml. Verification: docs-lint at baseline (2 intentional cross-repo refs, no new breakage); gen-topology.py --check exit 0; build_host_files.py idempotent; all doc_page targets resolve; Hermes provisioning scripts point at the new path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
89 lines
5.3 KiB
Markdown
89 lines
5.3 KiB
Markdown
# Homelab Wiki — `hubris`
|
|
|
|
Living documentation for the **hubris** Proxmox homelab. Every node, every cross-cutting system, and every meaningful incident is its own page; pages are linked so you can start anywhere and walk the graph.
|
|
|
|
> Last refreshed against live state: **2026-07-06**.
|
|
|
|
## Quick navigation
|
|
|
|
- [Proxmox hosts](#proxmox-hosts) — hubris (primary) + strong (cluster member)
|
|
- [VMs](#vms) — ZimaOS, Home Assistant
|
|
- [LXC containers](#lxc-containers) — service fleet (17 containers)
|
|
- [Cross-cutting infrastructure](#cross-cutting-infrastructure) — DNS, ingress, mesh, storage, auth
|
|
- [Investigations](#investigations) — incident timelines
|
|
- [Operations](#operations) — cheatsheet, enrollment, runbooks
|
|
- [Glossary](knowledge/GLOSSARY.md) — term definitions
|
|
- [Conventions](#conventions) — wiki style, changelog hygiene, same-session update rule
|
|
|
|
## Map
|
|
|
|
### Proxmox hosts
|
|
- [`hubris`](knowledge/wiki/hosts/hubris.md) — PVE node, GMKtec NucBox M6 Ultra, `192.168.8.77` — primary host, runs [8 LXCs](knowledge/wiki/containers/index.md) + 2 VMs
|
|
- [`strong`](knowledge/wiki/hosts/strong.md) — PVE node (cluster hostname `strong`), `192.168.178.181` — 2nd member of `Homelab` cluster. Hosts [7 LXCs](knowledge/wiki/containers/index.md) migrated from hubris (Phase 1+2, 2026-07-05)
|
|
|
|
### VMs
|
|
- [100 — `zimaos`](knowledge/wiki/vms/100-zimaos.md) — ZimaOS 1.6.1, NAS frontend (evaluation)
|
|
- [108 — `haos-16.3`](knowledge/wiki/vms/108-haos.md) — Home Assistant OS
|
|
- See [vms/index.md](knowledge/wiki/vms/index.md) for the full table
|
|
|
|
### LXC containers
|
|
See the full table with IPs, hosts, mounts, and status in
|
|
[`containers/index.md`](knowledge/wiki/containers/index.md). Quick summary:
|
|
|
|
- **hubris** (10 active): 102 nfs-export, 103 paperless, 104 gitea, 105 apps,
|
|
114 nextcloud, 119 sophia, 120 mule-images, 121 caddy, 124 authentik (outpost),
|
|
128 trmnl, 132 rclone
|
|
- **strong** (7 active): 101 jellyfin, 118 elementsynapse, 122 arriman,
|
|
129 house, 130 grimmory, 133 seanime, 134 romm
|
|
- **Destroyed (archaeology)**: 100 arr, 106 flaresolverr, 107 marimo,
|
|
109 syncthing, 110 photoprism, 111 karakeep, 112 immich, 115 reticulum,
|
|
123 claudio-bot, 125 seafile, 126 plato, 127 mule-photos-new — see
|
|
[containers/index.md](knowledge/wiki/containers/index.md#recently-destroyed-kept-for-archaeology)
|
|
|
|
### Cross-cutting infrastructure
|
|
- [Infrastructure index](knowledge/wiki/infrastructure/index.md) — map of every cross-cutting system
|
|
- [Glossary](knowledge/GLOSSARY.md) — term definitions
|
|
- [DNS — split-horizon](knowledge/wiki/infrastructure/dns.md)
|
|
- [Ingress — Caddy + VPS traefik](knowledge/wiki/infrastructure/ingress.md)
|
|
- [Mesh — Tailscale → Netbird migration](knowledge/wiki/infrastructure/mesh.md)
|
|
- [Monitoring — Hermes health watchdog](knowledge/wiki/infrastructure/monitoring.md)
|
|
- [Media permissions — `media` GID 10000](knowledge/wiki/infrastructure/media-permissions.md)
|
|
- [SSH access](knowledge/wiki/infrastructure/ssh-access.md)
|
|
- [Backups — rclone → Proton Drive (LXC 132); restic-on-USB deprecated](knowledge/wiki/infrastructure/backups.md)
|
|
- [Auto-deploy — gitea-webhook pipelines](knowledge/wiki/infrastructure/auto-deploy.md)
|
|
- [VPS hardening — IONOS / netbird control plane](knowledge/wiki/infrastructure/vps-hardening.md)
|
|
- [Homelab context distribution](knowledge/wiki/infrastructure/homelab-context.md) — cross-client `/opt/homelab-context` + MCP + secrets-issuance
|
|
|
|
### Investigations
|
|
Time-stamped incident notes / experiments in [`investigations/index.md`](knowledge/sources/investigations/index.md).
|
|
Resolved cases move to [`investigations/archive/`](knowledge/sources/investigations/archive/).
|
|
|
|
### Operations
|
|
- [Command cheatsheet](.agents/operations/commands.md)
|
|
- [Agent enrollment](.agents/operations/agent-enrollment.md) — bootstrap a new client (workstation, LXC, VM) into the homelab context system
|
|
|
|
## Conventions
|
|
|
|
- **Each node page** ends with a `## Changelog` section. Reverse-chronological. Entry format:
|
|
```
|
|
### YYYY-MM-DD — short title
|
|
one or two lines on what changed and why.
|
|
```
|
|
- **Cross-linking is mandatory.** If a page references another node or system, link to it. Treat orphans as a bug.
|
|
- **Live state wins.** When something here disagrees with `pct config` / `docker inspect` / running config, fix the wiki *and* note the change in the relevant changelog.
|
|
- **Tracked configs.** A node whose config lives in a Gitea repo (Caddy, Gitea customizations, Artifacto, mule-image) is auto-deployed via webhook — see [auto-deploy](knowledge/wiki/infrastructure/auto-deploy.md). Edits there must be pushed, not left local.
|
|
- **No secrets.** This is a private repo on `git.hubris.network`, but still: paths to secret files are fine, secret values are not.
|
|
|
|
## Maintaining this wiki
|
|
|
|
When you change a node:
|
|
1. Update the relevant page (config snapshot, ports, mounts).
|
|
2. Add a changelog entry at the bottom of that page.
|
|
3. If the change touches a cross-cutting system (DNS, Caddy, Authentik, mesh), update *that* page too and link it from the changelog entry.
|
|
4. If it's an incident, add an entry to [`investigations/`](knowledge/sources/investigations/index.md).
|
|
|
|
## See also
|
|
|
|
- [`.agents/shared/page-templates.md`](.agents/shared/page-templates.md) — page templates and tone
|
|
- [`.agents/shared/writing-style.md`](.agents/shared/writing-style.md) — prose style, banned vocabulary
|