- 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
27 lines
686 B
YAML
27 lines
686 B
YAML
# Generated by oikos build-hosts from inventory.yaml.
|
|
# Do NOT edit by hand.
|
|
|
|
host: strong
|
|
kind: lxc
|
|
lan_ip: 192.168.8.249
|
|
mcp_endpoint: https://mcp.hubris.network/mcp
|
|
mesh_globals:
|
|
accepted:
|
|
- netbird
|
|
- tailscale
|
|
primary: netbird
|
|
mounts:
|
|
- /mnt/media_local
|
|
name: romm
|
|
notes:
|
|
- Docker host for RomM (romm.app) self-hosted ROM manager. Created 2026-07-05.
|
|
- MariaDB sidecar at /opt/romm/docker-compose.yml.
|
|
- ROMs on ludo-lvm media volume at /mnt/media_local/roms.
|
|
- 1 core / 2 GiB RAM / 16 GiB rootfs (ludo-lvm).
|
|
os: linux
|
|
public_host: roms.hubris.network
|
|
pve_id: 134
|
|
role: rom-manager
|
|
secrets_issuance_endpoint: https://secrets.hubris.network/issue
|
|
state: active
|