From 9a9f7986fcb88492a2e5831f112b8953156b1f98 Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Sat, 11 Apr 2026 23:30:15 +0000 Subject: [PATCH] HA Proxy config for Periplus --- ansible/inventory/host_vars/titania.incus.yml | 2 +- docs/ouranos.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/inventory/host_vars/titania.incus.yml b/ansible/inventory/host_vars/titania.incus.yml index 93f4c73..ac24901 100644 --- a/ansible/inventory/host_vars/titania.incus.yml +++ b/ansible/inventory/host_vars/titania.incus.yml @@ -169,7 +169,7 @@ haproxy_backends: - subdomain: "periplus" backend_host: "puck.incus" backend_port: 20681 - health_path: "/ready/" + health_path: "/ready" - subdomain: "spelunker" backend_host: "puck.incus" diff --git a/docs/ouranos.md b/docs/ouranos.md index 79ec59d..dca67c9 100644 --- a/docs/ouranos.md +++ b/docs/ouranos.md @@ -265,6 +265,7 @@ Titania provides TLS termination and reverse proxy for all services. | `nextcloud.ouranos.helu.ca` | rosalind.incus:22083 | Nextcloud | | `openwebui.ouranos.helu.ca` | oberon.incus:22088 | Open WebUI | | `peitho.ouranos.helu.ca` | puck.incus:22981 | Peitho (Django) | +| `periplus.ouranos.helu.ca` | puck.incus:20681 | Periplus (FastAPI + MCP via nginx) | | `pgadmin.ouranos.helu.ca` | prospero.incus:443 (SSL) | PgAdmin 4 | | `prometheus.ouranos.helu.ca` | prospero.incus:443 (SSL) | Prometheus | | `searxng.ouranos.helu.ca` | oberon.incus:22073 | SearXNG (OAuth2-Proxy) |