From d7f4052935a03a384ac8cd97e0ac55878eccd177 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 26 Apr 2026 22:36:59 +0200 Subject: [PATCH] fix: move MAS registration config to correct section --- .../homelab/apps/synapse/helmrelease.yaml | 28 ++++++++----------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/clusters/homelab/apps/synapse/helmrelease.yaml b/clusters/homelab/apps/synapse/helmrelease.yaml index 7db2585..7ce52c5 100644 --- a/clusters/homelab/apps/synapse/helmrelease.yaml +++ b/clusters/homelab/apps/synapse/helmrelease.yaml @@ -15,25 +15,15 @@ spec: namespace: synapse values: serverName: commatrix.net-scope.org - postgres: enabled: false - synapse: enabled: true - ingress: + ingress: host: commatrix.net-scope.org - additional: - auth.yaml: - config: | - account: - password_registration_enabled: true - password_change_allowed: true - registration_token_required: true - password_registration_email_required: false signingKey: secret: synapse-secret - secretKey: SIGNING_KEY + secretKey: SIGNING_KEY postgres: host: synapse-db-rw.synapse.svc.cluster.local port: 5432 @@ -43,11 +33,18 @@ spec: password: secret: synapse-secret secretKey: SYNAPSE_DB_PASSWORD - matrixAuthenticationService: enabled: true - ingress: + ingress: host: auth.net-scope.org + additional: + auth.yaml: + config: | + account: + password_registration_enabled: true + password_change_allowed: true + registration_token_required: true + password_registration_email_required: false postgres: host: mas-db-rw.synapse.svc.cluster.local port: 5432 @@ -57,14 +54,11 @@ spec: password: secret: synapse-secret secretKey: MAS_DB_PASSWORD - elementWeb: enabled: true ingress: host: element.net-scope.org - elementAdmin: enabled: false - matrixRTC: enabled: false