feat: registration with token

This commit is contained in:
2026-04-26 19:51:48 +02:00
parent 1b65c7a529
commit 4f6c0edba8
@@ -16,7 +16,6 @@ spec:
values:
serverName: commatrix.net-scope.org
# Internes PostgreSQL deaktivieren — wir nutzen CNPG
postgres:
enabled: false
@@ -27,7 +26,6 @@ spec:
signingKey:
secret: synapse-secret
secretKey: SIGNING_KEY
# Externes CNPG — Schlüssel heißt "postgres" nicht "postgresql"
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