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: values:
serverName: commatrix.net-scope.org serverName: commatrix.net-scope.org
# Internes PostgreSQL deaktivieren — wir nutzen CNPG
postgres: postgres:
enabled: false enabled: false
@@ -27,7 +26,6 @@ spec:
signingKey: signingKey:
secret: synapse-secret secret: synapse-secret
secretKey: SIGNING_KEY secretKey: SIGNING_KEY
# Externes CNPG — Schlüssel heißt "postgres" nicht "postgresql"
postgres: postgres:
host: synapse-db-rw.synapse.svc.cluster.local host: synapse-db-rw.synapse.svc.cluster.local
port: 5432 port: 5432
@@ -37,6 +35,10 @@ spec:
password: password:
secret: synapse-secret secret: synapse-secret
secretKey: SYNAPSE_DB_PASSWORD secretKey: SYNAPSE_DB_PASSWORD
additional:
config:
enable_registration: true
registration_requires_token: true
matrixAuthenticationService: matrixAuthenticationService:
enabled: true enabled: true