mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
fix(open-xchange): Enable com.openexchange.smime.test only when openDesk is running with debug.enabled: true
This commit is contained in:
@@ -410,7 +410,7 @@ appsuite:
|
|||||||
# Usage (in browser console after login):
|
# Usage (in browser console after login):
|
||||||
# http = (await import('./io.ox/core/http.js')).default
|
# http = (await import('./io.ox/core/http.js')).default
|
||||||
# await http.POST({ module: 'oxguard/smime', params: { action: 'test' } })
|
# await http.POST({ module: 'oxguard/smime', params: { action: 'test' } })
|
||||||
com.openexchange.smime.test: "true"
|
com.openexchange.smime.test: {{ .Values.debug.enabled | quote }}
|
||||||
# DAV
|
# DAV
|
||||||
{{- if .Values.functional.groupware.davSupport.enabled }}
|
{{- if .Values.functional.groupware.davSupport.enabled }}
|
||||||
com.openexchange.caldav.enabled: "true"
|
com.openexchange.caldav.enabled: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user