Titania: Add Hecate

This commit is contained in:
2026-06-05 12:03:25 -04:00
parent c8ad7a0129
commit f2fb01ddd2

View File

@@ -189,15 +189,21 @@ haproxy_backends:
- subdomain: "jupyterlab" - subdomain: "jupyterlab"
backend_host: "caliban.incus" backend_host: "caliban.incus"
backend_port: 22071 # OAuth2-Proxy port backend_port: 22071
health_path: "/ping" health_path: "/ping"
timeout_server: 300s # WebSocket support timeout_server: 300s
- subdomain: "hass" - subdomain: "hass"
backend_host: "oberon.incus" backend_host: "oberon.incus"
backend_port: 8123 backend_port: 8123
health_path: "/api/" health_path: "/api/"
timeout_server: 300s # WebSocket support for HA frontend timeout_server: 300s
- subdomain: "hecate"
backend_host: "caliban.incus"
backend_port: 20881
health_path: "/live"
timeout_server: 300s
- subdomain: "freecad-mcp" - subdomain: "freecad-mcp"
backend_host: "caliban.incus" backend_host: "caliban.incus"