fix(jitsi): Updated branding and new option functional.dataProtection.jitsiRoomHistory.enabled defaulting to false.

This commit is contained in:
Thorsten Roßner
2024-09-23 18:03:51 +02:00
committed by Milton Moura
parent dab901fe51
commit 70bdebfbce
4 changed files with 9 additions and 3 deletions

View File

@@ -63,6 +63,8 @@ jitsi:
- secretName: {{ .Values.ingress.tls.secretName | quote }} - secretName: {{ .Values.ingress.tls.secretName | quote }}
hosts: hosts:
- "{{ .Values.global.hosts.jitsi }}.{{ .Values.global.domain }}" - "{{ .Values.global.hosts.jitsi }}.{{ .Values.global.domain }}"
extraConfigJs:
doNotStoreRoom: {{ not .Values.functional.dataProtection.jitsiRoomHistory.enabled }}
extraEnvs: extraEnvs:
TURN_ENABLE: "1" TURN_ENABLE: "1"
resources: resources:

View File

@@ -132,7 +132,7 @@ charts:
registry: "registry.opencode.de" registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/charts/opendesk-jitsi" repository: "bmi/opendesk/components/platform-development/charts/opendesk-jitsi"
name: "opendesk-jitsi" name: "opendesk-jitsi"
version: "1.11.3" version: "1.12.1"
verify: true verify: true
mariadb: mariadb:
# providerCategory: "Platform" # providerCategory: "Platform"

View File

@@ -79,6 +79,10 @@ functional:
# Enable to allow information about the user presence status to be shared. # 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 # Ref.: https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#presence
enabled: false enabled: false
jitsiRoomHistory:
# Enable to allow the room history to be stored in the user's browser local storage.
# Ref.:
enabled: false
chat: chat:
matrix: matrix:

View File

@@ -15,7 +15,7 @@ theme:
## Define colors ## Define colors
# #
colors: colors:
# Element, OX AppSuite, Xwiki # Element, OX AppSuite, Xwiki, Jitsi
primary: "#5e27dd" primary: "#5e27dd"
# OX AppSuite # OX AppSuite
primary15: "#e7dffa" primary15: "#e7dffa"
@@ -23,7 +23,7 @@ theme:
black: "#000000" black: "#000000"
# OX AppSuite, Xwiki # OX AppSuite, Xwiki
white: "#ffffff" white: "#ffffff"
# OX AppSuite, Xwiki # OX AppSuite, Xwiki, Jitsi
secondaryGreyLight: "#f5f5f5" secondaryGreyLight: "#f5f5f5"
# Not in use yet # Not in use yet