Compare commits

...

1 Commits

Author SHA1 Message Date
Thorsten Roßner
d9622bd0ef feat(open-xchange): Enable deputy feature 2025-12-05 17:22:01 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -253,6 +253,7 @@ appsuite:
open-xchange-admin-soap: "enabled"
open-xchange-admin-soap-usercopy: "enabled"
open-xchange-admin-user-copy: "enabled"
open-xchange-deputy: "enabled"
{{- if .Values.functional.migration.oxAppSuite.enabled }}
migration:
values:
@@ -408,6 +409,9 @@ appsuite:
com.openexchange.share.guestHostname: {{ printf "%s.%s" .Values.global.hosts.openxchange .Values.global.domain }}
com.openexchange.UIWebPath: "/appsuite/"
com.openexchange.showAdmin: "false"
# Deputy feature
# Ref.: https://documentation.open-xchange.com/8/middleware/permissions_and_capabilities/deputy_permission.html
com.openexchange.deputy.enabled: "true"
# Various Mail settings
com.openexchange.mail.deleteDraftOnTransport: "true"
com.openexchange.capability.document_preview_xrechnung: "true"

View File

@@ -97,7 +97,7 @@ charts:
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/charts/opendesk-dovecot"
name: "dovecot"
version: "3.3.0"
version: "3.4.0-trossner-ox-deputy"
verify: true
element:
# providerCategory: "Platform"