Files
oikos/knowledge/wiki/containers/129-house.md
dtoro 8a6422bd7d docs: move narrative wiki under knowledge/wiki/ (phase 3)
Problem: node and cross-cutting narratives lived at the repo root
(containers/, vms/, infrastructure/, host .md files), interleaved with the
machine-readable substrate.

Change:
- Move containers/ -> knowledge/wiki/containers/, vms/ -> knowledge/wiki/vms/,
  infrastructure/ -> knowledge/wiki/infrastructure/, hosts/{hubris,strong}.md ->
  knowledge/wiki/hosts/, infrastructure/references/ -> knowledge/sources/references/,
  GLOSSARY.md -> knowledge/GLOSSARY.md.
- Add knowledge/{index.md,log.md,sources/index.md} scaffolding.
- Rewrite all relative links repo-wide via a path-resolving mapper (inbound +
  outbound + between-moved-files), including .hermes/, runbooks, operations,
  investigations, plans, README, AGENTS.
- Repoint inventory.yaml doc_page fields and regenerate hosts/*.yaml (which
  embed doc_page); update oikos/gen-topology.py output path, candidate doc
  paths, and footer links; update code-comment doc paths.

Substrate untouched in place: inventory.yaml, hosts/*.yaml (regenerated,
idempotent), oikos/ code, mcp/, secrets/, bin/.

Verification:
- Logical broken-link set identical to pre-move baseline (net 128 -> 127; the
  topology regen fixed one, introduced none). Remaining are pre-existing refs
  to destroyed/archived nodes, out of scope for this move.
- gen-topology.py --check exit 0 (in sync); cards carry knowledge/wiki/ doc paths.
- build_host_files.py idempotent; all inventory doc_page targets resolve.
- MCP contract verified: get_page/search_docs/get_changelog resolve moved pages.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06 14:35:23 +02:00

2.9 KiB

129 — house

Yuvomi family planner (formerly Oikos). Self-hosted family planner with 14 modules: calendar, tasks, meals, groceries, budget, documents, notes, contacts, birthdays, housekeeping, recipes, reminders.

At a glance

  • Hostname: house
  • IP: 192.168.8.244
  • Host: strong (migrated from hubris 2026-07-05)
  • Privilege: unprivileged
  • Resources: 1 core / 1344 MiB RAM / 8 GiB rootfs (Debian 13)
  • Mounts: none
  • Public hostname: house.hubris.network → VPS traefik → Caddy

Service / port map

Service Listen Notes
oikos (Yuvomi) 0.0.0.0:3000 Docker Compose at /opt/yuvomi/, image ghcr.io/ulsklyc/yuvomi

Integrations

  • Authentik SSO (OIDC): Provider Provider for Yuvomi (PK 31) in Authentik on VPS. Env vars in /opt/yuvomi/.env: OIDC_ISSUER, OIDC_CLIENT_ID, OIDC_CLIENT_SECRET. Redirect URI: https://house.hubris.network/auth/oidc/callback.
  • Paperless DMS connector (native): Yuvomi connects directly to Paperless-ngx API at http://192.168.8.130:8000/. API token stored in SQLite dms_accounts table. Search, link, and upload documents from Yuvomi to Paperless via Settings → Documents → DMS.
  • Weather widget: Open-Meteo (free, no API key). Munich coordinates set.
  • Google Calendar: OAuth configured via env vars (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REDIRECT_URI). Redirect URI: https://house.hubris.network/api/v1/calendar/google/callback. Authorize in Settings → Calendar → Connect Google Calendar.

Config paths

  • /opt/yuvomi/docker-compose.yml — downloaded from upstream
  • /opt/yuvomi/.env — config including secrets (untracked)
  • /opt/yuvomi/data/ — SQLCipher SQLite DB (oikos.db)
  • /opt/yuvomi/backups/ — auto backups
  • /opt/yuvomi/modules/ — Yuvomi modules (empty for now)

Changelog

2026-06-27 — Google Calendar OAuth env vars configured

GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REDIRECT_URI set in .env. New OAuth client ID (-bho4iq..).

2026-06-26 — provisioned

LXC 129 created (Debian 13, unprivileged, 192.168.8.212). Docker installed. Yuvomi container running on :3000 from ghcr.io/ulsklyc/yuvomi:latest. Caddy block + DNS A record + VPS traefik router house-public for public access. Authentik OIDC provider created (PK 31). WebDAV document bridge on paperless LXC (103) at :8088 for Paperless auto-import.