From 7e06eb083a081520ecf259846dc0b54d8f6cb722 Mon Sep 17 00:00:00 2001 From: Aine Date: Fri, 3 Apr 2026 14:02:41 +0100 Subject: [PATCH] add a note about routing for OIDC Auth --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6813f26e2..e76da0ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Additionally, the **Docker image** changed from `ghcr.io/etkecc/synapse-admin` t The playbook will automatically detect leftover `matrix_synapse_admin_*` variables and fail with a helpful message listing what needs to be renamed. +The playbook handles reverse-proxy routing for subpath deployments (e.g. `/ketesa`), including MAS-enabled setups — though OIDC auth flows on real servers still have some rough edges. Feedback is appreciated in [#ketesa:etke.cc](https://matrix.to/#/#ketesa:etke.cc). + See the [Ketesa documentation](docs/configuring-playbook-ketesa.md) for details. # 2026-04-02