feat: registration with token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user