Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

fix: set jitsi domain to use + fix server announcement #11

Merged
merged 1 commit into from
Aug 31, 2024
Merged

Conversation

samos667
Copy link
Owner

...

@samos667 samos667 self-assigned this Aug 31, 2024
Copy link

--- HelmRelease: matrix/synapse ConfigMap: matrix/synapse-wellknown-lighttpd

+++ HelmRelease: matrix/synapse ConfigMap: matrix/synapse-wellknown-lighttpd

@@ -40,8 +40,8 @@

     )
   server.json: |2-
 
     {"m.server":"matrix...PLACEHOLDER..:443"}
   client.json: |2-
 
-    {"m.homeserver":{"base_url":"https://matrix...PLACEHOLDER...com"}}
+    {"im.vector.riot.jitsi":{"preferredDomain":"meet...PLACEHOLDER.."},"m.homeserver":{"base_url":"https://matrix...PLACEHOLDER.."}}
 
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-redis-master

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-redis-master

@@ -26,13 +26,13 @@

         app.kubernetes.io/name: redis
         app.kubernetes.io/component: master
       annotations:
         checksum/configmap: 86bcc953bb473748a3d3dc60b7c11f34e60c93519234d4c37f42e22ada559d47
         checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c43ee7ab24663d5f8ff1a1b6991a9
         checksum/scripts: 560c33ff34d845009b51830c332aa05fa211444d1877d3526d3599be7543aaa5
-        checksum/secret: 1d547b96d1c233224ea57aed25c200951c0adc08dd6065b7f11e4f86389632a4
+        checksum/secret: c1288b1be4b82014b732234ba14f61fe4be57cd350325740e155bd3464300b4a
     spec:
       securityContext:
         fsGroup: 1001
       serviceAccountName: synapse-redis
       automountServiceAccountToken: true
       affinity:
--- HelmRelease: matrix/synapse Deployment: matrix/synapse-matrix-synapse

+++ HelmRelease: matrix/synapse Deployment: matrix/synapse-matrix-synapse

@@ -17,13 +17,13 @@

       app.kubernetes.io/name: matrix-synapse
       app.kubernetes.io/instance: synapse
       app.kubernetes.io/component: synapse
   template:
     metadata:
       annotations:
-        checksum/secrets: e4b98bb5dc877f1e1e7690fe908eaff2f53436f7d953fb5b99101b5a46138125
+        checksum/secrets: 5750adc039cb7a13775dff0495754b4562f70744fccf7078207d5c69619a0ee6
       labels:
         app.kubernetes.io/name: matrix-synapse
         app.kubernetes.io/instance: synapse
         app.kubernetes.io/component: synapse
         egress.home.arpa/internet: allow
         sso.home.arpa/egress: allow

Copy link

--- kube/deploy/services/matrix/synapse Kustomization: matrix/synapse-app HelmRelease: matrix/synapse

+++ kube/deploy/services/matrix/synapse Kustomization: matrix/synapse-app HelmRelease: matrix/synapse

@@ -167,16 +167,17 @@

         requests:
           cpu: 100m
           memory: 128Mi
       uid: 666
     wellknown:
       client:
+        im.vector.riot.jitsi:
+          preferredDomain: meet...PLACEHOLDER..
         m.homeserver:
-          base_url: https://matrix...PLACEHOLDER...com
-      enabled: true
-      extraData: {}
+          base_url: https://matrix...PLACEHOLDER..
+      enabled: true
       htdocsPath: /var/www/localhost/htdocs
       image:
         pullPolicy: Always
         repository: ghcr.io/rtsp/docker-lighttpd
         tag: latest
       podSecurityContext:

@samos667 samos667 merged commit 7d27b3b into main Aug 31, 2024
2 checks passed
@samos667 samos667 changed the title feat: set jitsi domain to use + fix server announcement fix: set jitsi domain to use + fix server announcement Aug 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant