From 4f6c0edba85c9755e7f127f38535fb78d006060a Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 26 Apr 2026 19:51:48 +0200 Subject: [PATCH] feat: registration with token --- clusters/homelab/apps/synapse/helmrelease.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/clusters/homelab/apps/synapse/helmrelease.yaml b/clusters/homelab/apps/synapse/helmrelease.yaml index 0756de8..754a4c7 100644 --- a/clusters/homelab/apps/synapse/helmrelease.yaml +++ b/clusters/homelab/apps/synapse/helmrelease.yaml @@ -16,7 +16,6 @@ spec: values: serverName: commatrix.net-scope.org - # Internes PostgreSQL deaktivieren — wir nutzen CNPG postgres: enabled: false @@ -26,8 +25,7 @@ spec: host: commatrix.net-scope.org signingKey: secret: synapse-secret - secretKey: SIGNING_KEY - # Externes CNPG — Schlüssel heißt "postgres" nicht "postgresql" + secretKey: SIGNING_KEY postgres: host: synapse-db-rw.synapse.svc.cluster.local port: 5432 @@ -37,6 +35,10 @@ spec: password: secret: synapse-secret secretKey: SYNAPSE_DB_PASSWORD + additional: + config: + enable_registration: true + registration_requires_token: true matrixAuthenticationService: enabled: true