# Caddy reverse-proxy snippet for Oikos — Phase 6 cutover # Lives in dtoro/caddy-conf repo; auto-deploys to caddy (LXC 121). # Replaces the old MCP server on apps/105 with the Docker stack on mac-mini. # Oikos REST API (operator) oikos.hubris.network { reverse_proxy :8090 } # Oikos MCP endpoint (Hermes agents) mcp.hubris.network { reverse_proxy :8090 } # Oikos API (legacy apps/105 path — redirect or proxy during cutover) apis.hubris.network { reverse_proxy :8090 } # Hermes gateway (workstation access) hermes.hubris.network { reverse_proxy :8092 }