diff --git a/ansible/inventory/host_vars/titania.incus.yml b/ansible/inventory/host_vars/titania.incus.yml index 86427a4..490a953 100644 --- a/ansible/inventory/host_vars/titania.incus.yml +++ b/ansible/inventory/host_vars/titania.incus.yml @@ -189,15 +189,21 @@ haproxy_backends: - subdomain: "jupyterlab" backend_host: "caliban.incus" - backend_port: 22071 # OAuth2-Proxy port + backend_port: 22071 health_path: "/ping" - timeout_server: 300s # WebSocket support + timeout_server: 300s - subdomain: "hass" backend_host: "oberon.incus" backend_port: 8123 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" backend_host: "caliban.incus"