fix(jitsi): [bmi/opendesk/deployment/opendesk#228] Turn off Gravatar option, by default this still keeps the input field in the Jitsi UI, but does not longer issue requests to gravatar.com; check migrations.md in case the option should be enabled

This commit is contained in:
Thorsten Roßner
2025-09-25 11:09:00 +02:00
parent 628e91435c
commit 083fa9842d
3 changed files with 26 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ jitsi:
- "{{ .Values.global.hosts.jitsi }}.{{ .Values.global.domain }}"
extraConfig:
doNotStoreRoom: {{ not .Values.functional.dataProtection.jitsiRoomHistory.enabled }}
disableThirdPartyRequests: true
extraEnvs:
TURN_ENABLE: "1"
resources: