- cmd/hermes/main.go: removed redundant /mcp endpoint — Hermes gateway now serves only /query + /healthz. MCP goes direct to API (:8090/mcp). - cmd/oikos/build_hosts.go: Go port of mcp/build_host_files.py as 'oikos build-hosts'. Reads inventory.yaml, writes hosts/*.yaml. - cmd/oikos/main.go: added build-hosts role. - docker-compose.yml: hermes service simplified. - apps/105: all 6 Oikos services stopped + disabled (confirmed inactive). - Watchdog cron installed, API stop/restart verified. - Infisical bootstrap pending (image pull timeout — retry separately). Remaining: - Port bin/homelab CLI to Go (separate plan — large surface) - Caddy DNS push (needs dtoro/caddy-conf repo access) - Rollback drill
35 lines
909 B
YAML
35 lines
909 B
YAML
# Generated by oikos build-hosts from inventory.yaml.
|
|
# Do NOT edit by hand.
|
|
|
|
host: strong
|
|
kind: lxc
|
|
lan_ip: 192.168.8.245
|
|
mcp_endpoint: https://mcp.hubris.network/mcp
|
|
mesh:
|
|
tailscale:
|
|
fqdn: arr
|
|
mesh_globals:
|
|
accepted:
|
|
- netbird
|
|
- tailscale
|
|
primary: netbird
|
|
mounts:
|
|
- /mnt/media_local
|
|
name: arriman
|
|
notes:
|
|
- Migrated from hubris to strong 2026-07-05 (Phase 2). Library on ludo-lvm.
|
|
- Contains homarr, radarr, sonarr, lidarr, sabnzbd, qbittorrent, bazarr, flaresolverr, prowlarr, jellyseerr
|
|
- qBittorrent auth subnet whitelist expanded to 192.168.8.0/24 (for seanime + Caddy access)
|
|
os: linux
|
|
pve_id: 122
|
|
role: arr-stack
|
|
runs:
|
|
- arr_stack
|
|
secrets_issuance_endpoint: https://secrets.hubris.network/issue
|
|
services_hosted:
|
|
- backend: arriman
|
|
doc_page: knowledge/wiki/containers/122-arriman.md
|
|
name: arr_stack
|
|
note: jellyseerr / qbit / sab on docker compose
|
|
state: active
|