From 7e582ab4ab5e140c1b715a97b5af6ef49552c267 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 26 Apr 2026 20:13:57 +0200 Subject: [PATCH] feat: enable registration with token --- clusters/homelab/apps/synapse/helmrelease.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/clusters/homelab/apps/synapse/helmrelease.yaml b/clusters/homelab/apps/synapse/helmrelease.yaml index 5151cba..b717ac9 100644 --- a/clusters/homelab/apps/synapse/helmrelease.yaml +++ b/clusters/homelab/apps/synapse/helmrelease.yaml @@ -36,9 +36,10 @@ spec: secret: synapse-secret secretKey: SYNAPSE_DB_PASSWORD additional: - config: | - enable_registration: true - registration_requires_token: true + 0-regisation: + config: | + enable_registration: true + registration_requires_token: true matrixAuthenticationService: enabled: true