- 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
30 lines
761 B
YAML
30 lines
761 B
YAML
# Generated by oikos build-hosts from inventory.yaml.
|
|
# Do NOT edit by hand.
|
|
|
|
host: hubris
|
|
kind: lxc
|
|
lan_ip: 192.168.8.2
|
|
mcp_endpoint: https://mcp.hubris.network/mcp
|
|
mesh_globals:
|
|
accepted:
|
|
- netbird
|
|
- tailscale
|
|
primary: netbird
|
|
name: dns
|
|
notes:
|
|
- Technitium DNS, split-horizon zone for *.hubris.network
|
|
- Primary DNS for 192.168.8.0/24 LAN (inventory.services.dns references this)
|
|
os: linux
|
|
pve_id: 107
|
|
role: dns-server
|
|
runs:
|
|
- dns
|
|
secrets_issuance_endpoint: https://secrets.hubris.network/issue
|
|
services_hosted:
|
|
- backend: dns
|
|
doc_page: knowledge/wiki/containers/107-dns.md
|
|
name: dns
|
|
note: Technitium DNS, split-horizon zone
|
|
risk_notes: LAN-wide resolver — misconfig breaks name resolution for every client
|
|
state: active
|