From 84805e43fd4376217803fc0387c2b22ff20ec703 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Wed, 10 Sep 2025 13:38:11 +0200 Subject: [PATCH] public_baseurl modified --- synapse/main.yaml | 8 ++++---- synapse/src/values.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/synapse/main.yaml b/synapse/main.yaml index 0fa0648..fb6fe01 100644 --- a/synapse/main.yaml +++ b/synapse/main.yaml @@ -2,7 +2,7 @@ apiVersion: v1 data: homeserver.yaml: "# NOTE:\n# Secrets are stored in separate configs to better fit K8s concepts\n\n## Server ##\n\nserver_name: \"borninpain.de\"\npublic_baseurl: - \"https://borninpain.de\"\npid_file: /homeserver.pid\nweb_client: False\nsoft_file_limit: + \"https://synapse.borninpain.de\"\npid_file: /homeserver.pid\nweb_client: False\nsoft_file_limit: 0\nlog_config: \"/synapse/config/log.yaml\"\nreport_stats: false\n\ninstance_map:\n \ main:\n host: synapse-replication\n port: 9093\n\n## Ports ##\n\nlisteners:\n \ - port: 8008\n tls: false\n bind_addresses: [\"::\"]\n type: http\n @@ -62,7 +62,7 @@ metadata: helm.sh/chart: matrix-synapse-3.12.7 name: synapse-matrix-synapse stringData: - config.yaml: "## Registration ##\n\nregistration_shared_secret: \"aHNxHx0IQTCRWW5iVeNSFyWC\"\n\n## + config.yaml: "## Registration ##\n\nregistration_shared_secret: \"SKcfx9KLLWnL5CyGvfvn87yk\"\n\n## API Configuration ##\n\n## Database configuration ##\n\ndatabase:\n name: \"psycopg2\"\n \ args:\n user: \"synapse\"\n password: \"@@POSTGRES_PASSWORD@@\"\n database: \"synapse\"\n host: \"synapse-postgresql\"\n port: 5432\n sslmode: \"prefer\"\n @@ -207,8 +207,8 @@ spec: template: metadata: annotations: - checksum/config: 4532ad07e37ea10fdf685b08c09b67d69ea31d2aa64ed8b5ad55a00a8b535bbc - checksum/secrets: 98604a3eb5b6211fd2cd32bc7ddae9474cf2733234c827d96cc6957b4b2ab3d3 + checksum/config: f0c14e48065c94b77e73aa547685e25f4a41dccba3c433852ca1da71b2dabac9 + checksum/secrets: 3390076c10c516d4a40cbbf2bbc7a3089008992f5461e23bdfba84a33b6ab6af labels: app.kubernetes.io/component: synapse app.kubernetes.io/instance: synapse diff --git a/synapse/src/values.yaml b/synapse/src/values.yaml index c1e7ae4..4ca00d3 100644 --- a/synapse/src/values.yaml +++ b/synapse/src/values.yaml @@ -26,11 +26,11 @@ image: ## The Matrix domain name, this is what will be used for the domain part in ## your MXIDs. ## -serverName: 'borninpain.de' +serverName: borninpain.de ## The public Matrix server name, this will be used for any public URLs ## in config as well as for client API links in the ingress. -# publicServerName: 'matrix.example.com' +publicServerName: synapse.borninpain.de ## Force the chart to use ArgoCD compatibility. It should automatically detect it, but you can force it here to be sure. # argoCD: true