mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
fix(jitsi): Updated branding and new option functional.dataProtection.jitsiRoomHistory.enabled defaulting to false.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user