Files
oikos/containers/index.md
dtoro c6fedb38c1 Document teddycloud (pve_id 131) — closes the Week-3 drift finding
teddycloud was live on hubris (LXC 131, docker compose, TeddyCloud —
a Toniebox cloud reimplementation) but never made it into inventory.yaml.
Already referenced in passing by containers/132-rclone.md ("131 was
already taken by an undocumented teddycloud container") and
hosts/strong.md's migration changelog (a DHCP conflict fix), but no
inventory entry or doc page existed until oikos/drift.py's inventory-
vs-live check caught it.

Verified live via read-only SSH (pct config 131, pct exec 131 -- ...,
docker ps): hostname, static IP 192.168.8.150, 1 core/1GiB/16GiB rootfs,
Debian 12, runs via docker compose at /opt/teddycloud. No changes made
to the running container.

Also fixed: house's inventory notes claimed 192.168.8.212 is teddycloud's
current IP via DHCP — stale, teddycloud has a static IP now.

Flagged in the new container page: teddycloud has no Caddy forward-auth
gate, unlike sab.hubris.network on the same Caddyfile.

`python3 oikos/drift.py` no longer reports an inventory-vs-live finding
for pve_id 131. (A separate, pre-existing gap surfaced while verifying
this: rclone's own inventory.yaml block is missing pve_id/host/lan_ip —
out of scope here, flagging for a follow-up.)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 13:06:26 +02:00

6.5 KiB

LXC containers — index

Most containers live on hubris. Some have been migrated to strong (Phase 1+2, 2026-07-05).

ID Name Host IP Priv Cores RAM Disk Mounts Public hostname Status
101 jellyfin strong 192.168.8.246 priv 4 8 GiB 16 GiB /mnt/media_local (via mp0) media.hubris.network running
103 paperless hubris 192.168.8.130 priv 2 3 GiB 8 GiB /mnt/library paperless.hubris.network running
104 gitea hubris 192.168.8.121 priv 1 1 GiB 8 GiB /mnt/library git.hubris.network running
105 apps hubris 192.168.8.205 priv 2 4 GiB 30 GiB /mnt/library docker / artifacto / blog running
114 nextcloud hubris 192.168.8.224 priv 4 6 GiB 25 GiB /mnt/library cloud.hubris.network running
118 elementsynapse strong 192.168.8.242 unpriv 2 4 GiB 32 GiB matrix.hubris.network running
119 sophia hubris 192.168.8.157 priv 2 1 GiB 10 GiB /mnt/library running
120 mule-images hubris 192.168.8.136 priv 6 12 GiB 60 GiB /mnt/library + /dev/dri (iGPU) photos.hubris.network running
121 caddy hubris 192.168.8.175 unpriv 1 512 MiB 6 GiB (terminates all *.hubris.network) running
122 arriman strong 192.168.8.245 priv 4 8 GiB 24 GiB /mnt/media_local (via mp0) jellyseerr / qbit / sab running
124 authentik hubris 192.168.8.180 priv 2 4 GiB 20 GiB auth.hubris.network running
128 trmnl hubris 192.168.8.211 unpriv 1 768 MiB 8 GiB trmnl.hubris.network running
129 house strong 192.168.8.244 unpriv 2 3 GiB 8 GiB house.hubris.network running
130 grimmory strong 192.168.8.247 priv 1 2 GiB 16 GiB /mnt/media_local (via mp0) books.hubris.network running
131 teddycloud hubris 192.168.8.150 1 1 GiB 16 GiB /mnt/library teddy.hubris.network (no auth gate) running
132 rclone hubris 192.168.8.214 priv 1 1 GiB 8 GiB /mnt/library (ro) — (LAN-only UI :5572)
134 romm strong 192.168.8.249 priv 1 2 GiB 16 GiB /mnt/media_local (via mp0) roms.hubris.network

Recently destroyed (kept for archaeology)

ID Name Destroyed Reason
127 mule-photos-new 2026-05-22 PhotoPrism + sidecar + SvelteKit stack promoted to LXC 120 via Mulimage 2.0 merge (70dc1b6); M0 test LXC retired. Caddy + dnsmasq + gitea webhook + NC webhook listeners all cleaned up in the same cutover.
100 arr (yunohost) ~2026-04-28 Migrated to docker stack on arriman; planned retention window expired
106 flaresolverr ~2026-04-28 Folded into the arriman docker compose
116 heaper 2026-05-14 Decommissioned by user; data subtree at /mnt/library/heaper (224 MiB) retained
126 plato 2026-06-28 Notes/discovery workspace decommissioned; data at /mnt/library/documents/plato retained for archaeology
123 claudio-bot (destroyed — see archive) 2026-06-04 Replaced by Hermes Agent on mac-mini; monitoring migrated to homelab-health-watchdog cron. See deprecation plan
109 syncthing 2026-05-14 Decommissioned by user; /mnt/library/syncthing was already empty
125 seafile 2026-05-13 Seafile Pro evaluation, user disliked the product; teardown also removed files.hubris.network from caddy + dnsmasq
107 marimo between 2026-04-21 and 2026-04-28 Decommissioned
110 photoprism between 2026-04-21 and 2026-04-28 Replaced by mulita
111 karakeep between 2026-04-21 and 2026-04-28 Decommissioned
112 immich between 2026-04-21 and 2026-04-28 Replaced by mulita
115 reticulum between 2026-04-21 and 2026-04-28 Decommissioned

Several .conf.bak files survive under /etc/pve/lxc/ if you need to recover any of the configs.

Conventions

  • All net0 are bridge=vmbr0, ip=dhcp except 124 (authentik) which is statically 192.168.8.180/24. Containers on strong use bridge=vmbr1 with static IPs in the 192.168.8.240/28 range.
  • onboot=1 on every container — the host brings them up after pve-guests.service.
  • Bind mounts are declared as mp0: /mnt/library,mp=/mnt/library on hubris, or mp0: /mnt/media_local,mp=/mnt/library on strong.
  • Most containers are privileged. Unprivileged ones require an idmap block in their conf to participate in the media GID 10000 standard.