- 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
37 lines
848 B
YAML
37 lines
848 B
YAML
# Generated by oikos build-hosts from inventory.yaml.
|
|
# Do NOT edit by hand.
|
|
|
|
age_pubkey: age1xkklkvnk5z0fsnh6cfgv70hy9ksfy8rdprwerzw4yk3p4p7cxcqs2yvpz6
|
|
kind: proxmox-host
|
|
lan_ip: 192.168.8.77
|
|
mcp_endpoint: https://mcp.hubris.network/mcp
|
|
mesh:
|
|
netbird:
|
|
fqdn: proxmox-server.netbird.selfhosted
|
|
ip: 100.122.38.109
|
|
mesh_globals:
|
|
accepted:
|
|
- netbird
|
|
- tailscale
|
|
primary: netbird
|
|
mounts:
|
|
- /mnt/library
|
|
name: hubris
|
|
os: linux
|
|
role: hypervisor
|
|
runs:
|
|
- proxmox_ui
|
|
secrets_issuance_endpoint: https://secrets.hubris.network/issue
|
|
services_hosted:
|
|
- backend: hubris
|
|
doc_page: knowledge/wiki/hosts/hubris.md
|
|
name: proxmox_ui
|
|
port: 8006
|
|
risk_notes: hypervisor UI — changes here affect every guest on the node
|
|
url: https://proxmox.hubris.network
|
|
ssh:
|
|
netbird_port: 22022
|
|
port: 22
|
|
user: root
|
|
state: active
|