diff --git a/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl b/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl index afb9ec05..85a6a042 100644 --- a/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl +++ b/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl @@ -63,6 +63,8 @@ jitsi: - secretName: {{ .Values.ingress.tls.secretName | quote }} hosts: - "{{ .Values.global.hosts.jitsi }}.{{ .Values.global.domain }}" + extraConfigJs: + doNotStoreRoom: {{ not .Values.functional.dataProtection.jitsiRoomHistory.enabled }} extraEnvs: TURN_ENABLE: "1" resources: diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index a6dc59ce..5bf71acc 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -132,7 +132,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/charts/opendesk-jitsi" name: "opendesk-jitsi" - version: "1.11.3" + version: "1.12.1" verify: true mariadb: # providerCategory: "Platform" diff --git a/helmfile/environments/default/functional.yaml b/helmfile/environments/default/functional.yaml index de40c464..d5d1323e 100644 --- a/helmfile/environments/default/functional.yaml +++ b/helmfile/environments/default/functional.yaml @@ -79,6 +79,10 @@ functional: # Enable to allow information about the user presence status to be shared. # Ref.: https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#presence enabled: false + jitsiRoomHistory: + # Enable to allow the room history to be stored in the user's browser local storage. + # Ref.: + enabled: false chat: matrix: diff --git a/helmfile/environments/default/theme.gotmpl b/helmfile/environments/default/theme.gotmpl index 174280fd..e5f42ea3 100644 --- a/helmfile/environments/default/theme.gotmpl +++ b/helmfile/environments/default/theme.gotmpl @@ -15,7 +15,7 @@ theme: ## Define colors # colors: - # Element, OX AppSuite, Xwiki + # Element, OX AppSuite, Xwiki, Jitsi primary: "#5e27dd" # OX AppSuite primary15: "#e7dffa" @@ -23,7 +23,7 @@ theme: black: "#000000" # OX AppSuite, Xwiki white: "#ffffff" - # OX AppSuite, Xwiki + # OX AppSuite, Xwiki, Jitsi secondaryGreyLight: "#f5f5f5" # Not in use yet