matrix enable reg

This commit is contained in:
Philip Haupt
2025-09-09 22:34:41 +02:00
parent 4d5f62e1d3
commit 05c30a4b6c
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ data:
[metrics]\n compress: false\n\n - port: 9093\n tls: false\n bind_addresses: [metrics]\n compress: false\n\n - port: 9093\n tls: false\n bind_addresses:
[\"::\"]\n type: http\n\n resources:\n - names: [replication]\n compress: [\"::\"]\n type: http\n\n resources:\n - names: [replication]\n compress:
false\n\n## Files ##\n\nmedia_store_path: \"/synapse/data/media\"\nuploads_path: false\n\n## Files ##\n\nmedia_store_path: \"/synapse/data/media\"\nuploads_path:
\"/synapse/data/uploads\"\n\n## Registration ##\n\nenable_registration: false\n\n## \"/synapse/data/uploads\"\n\n## Registration ##\n\nenable_registration: true\n\n##
Metrics ###\n\nenable_metrics: true\n\n## Signing Keys ##\n\nsigning_key_path: Metrics ###\n\nenable_metrics: true\n\n## Signing Keys ##\n\nsigning_key_path:
\"/synapse/keys/signing.key\"\n\n# The trusted servers to download signing keys \"/synapse/keys/signing.key\"\n\n# The trusted servers to download signing keys
from.\ntrusted_key_servers:\n - server_name: matrix.org\n\n## Workers ##\n" from.\ntrusted_key_servers:\n - server_name: matrix.org\n\n## Workers ##\n"
@@ -58,7 +58,7 @@ metadata:
helm.sh/chart: matrix-synapse-3.12.7 helm.sh/chart: matrix-synapse-3.12.7
name: synapse-matrix-synapse name: synapse-matrix-synapse
stringData: stringData:
config.yaml: "## Registration ##\n\nregistration_shared_secret: \"CIR7s7oHGx0LVhtZVjInwzaS\"\n\n## config.yaml: "## Registration ##\n\nregistration_shared_secret: \"123654\"\n\n##
API Configuration ##\n\n## Database configuration ##\n\ndatabase:\n name: \"psycopg2\"\n API Configuration ##\n\n## Database configuration ##\n\ndatabase:\n name: \"psycopg2\"\n
\ args:\n user: \"synapse\"\n password: \"@@POSTGRES_PASSWORD@@\"\n database: \ args:\n user: \"synapse\"\n password: \"@@POSTGRES_PASSWORD@@\"\n database:
\"synapse\"\n host: \"synapse-postgresql\"\n port: 5432\n sslmode: \"prefer\"\n \"synapse\"\n host: \"synapse-postgresql\"\n port: 5432\n sslmode: \"prefer\"\n
@@ -203,8 +203,8 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: dab251d30ce24b7cfadde305d1491b34df6c6db3a75b49073547f3e31472f62b checksum/config: ecbb6166edd515658848a79ce0f552fa7fe6c02895bce8480a618c4e2567d89c
checksum/secrets: 5c2469a43d71f977eb8d4c9c2eaad175ef477bb6ceb7105fc3f581270e2a0a35 checksum/secrets: c6c3922611b50b1ee21f8d734a08725a1dd0d861f83ad711e3aff0f06bc6aa2a
labels: labels:
app.kubernetes.io/component: synapse app.kubernetes.io/component: synapse
app.kubernetes.io/instance: synapse app.kubernetes.io/instance: synapse

View File

@@ -139,10 +139,10 @@ config:
## Registration configuration, note that registration with the ## Registration configuration, note that registration with the
## container-internal register_new_matrix_user tool is always possible. ## container-internal register_new_matrix_user tool is always possible.
## ##
# enableRegistration: false enableRegistration: true
## NB; this value will default to a random string if not specified. ## NB; this value will default to a random string if not specified.
# registrationSharedSecret: '' registrationSharedSecret: 123654
## NB; Strongly recommended to set this to a secure value. ## NB; Strongly recommended to set this to a secure value.
# macaroonSecretKey: '' # macaroonSecretKey: ''