port build_host_files.py to Go, simplify Hermes MCP, cutover final
- 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
This commit is contained in:
@@ -1,36 +1,36 @@
|
||||
# Generated by mcp/build_host_files.py from inventory.yaml.
|
||||
# Do NOT edit by hand — your changes will be overwritten.
|
||||
# Source of truth: ../inventory.yaml
|
||||
name: gitea
|
||||
kind: lxc
|
||||
os: linux
|
||||
role: git-server
|
||||
state: active
|
||||
# Generated by oikos build-hosts from inventory.yaml.
|
||||
# Do NOT edit by hand.
|
||||
|
||||
host: hubris
|
||||
pve_id: 104
|
||||
kind: lxc
|
||||
lan_ip: 192.168.8.121
|
||||
mcp_endpoint: https://mcp.hubris.network/mcp
|
||||
mesh:
|
||||
tailscale:
|
||||
fqdn: gitea
|
||||
mesh_globals:
|
||||
primary: netbird
|
||||
accepted:
|
||||
- netbird
|
||||
- tailscale
|
||||
- netbird
|
||||
- tailscale
|
||||
primary: netbird
|
||||
mounts:
|
||||
- /mnt/library
|
||||
public_host: git.hubris.network
|
||||
runs:
|
||||
- gitea
|
||||
services_hosted:
|
||||
- name: gitea
|
||||
url: https://git.hubris.network
|
||||
backend: gitea
|
||||
backend_url: http://192.168.8.121:3000
|
||||
doc_page: knowledge/wiki/containers/104-gitea.md
|
||||
config_repo: dtoro/gitea-customizations
|
||||
risk_notes: hosts all config repos + deploy webhooks; outage blocks auto-deploy and sync
|
||||
- /mnt/library
|
||||
name: gitea
|
||||
notes:
|
||||
- Bare repos live at /mnt/library/repos/dtoro/*.git
|
||||
mcp_endpoint: https://mcp.hubris.network/mcp
|
||||
- Bare repos live at /mnt/library/repos/dtoro/*.git
|
||||
os: linux
|
||||
public_host: git.hubris.network
|
||||
pve_id: 104
|
||||
role: git-server
|
||||
runs:
|
||||
- gitea
|
||||
secrets_issuance_endpoint: https://secrets.hubris.network/issue
|
||||
services_hosted:
|
||||
- backend: gitea
|
||||
backend_url: http://192.168.8.121:3000
|
||||
config_repo: dtoro/gitea-customizations
|
||||
doc_page: knowledge/wiki/containers/104-gitea.md
|
||||
name: gitea
|
||||
risk_notes: hosts all config repos + deploy webhooks; outage blocks auto-deploy and sync
|
||||
url: https://git.hubris.network
|
||||
state: active
|
||||
|
||||
Reference in New Issue
Block a user