feat(open-xchange): Enable deputy feature

This commit is contained in:
Thorsten Roßner
2025-12-05 17:22:01 +01:00
parent 8867d1b204
commit d9622bd0ef
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: "enabled"
open-xchange-admin-soap-usercopy: "enabled" open-xchange-admin-soap-usercopy: "enabled"
open-xchange-admin-user-copy: "enabled" open-xchange-admin-user-copy: "enabled"
open-xchange-deputy: "enabled"
{{- if .Values.functional.migration.oxAppSuite.enabled }} {{- if .Values.functional.migration.oxAppSuite.enabled }}
migration: migration:
values: values:
@@ -264,7 +265,7 @@ appsuite:
com.openexchange.calendar.allowOrganizerPartStatChanges: "true" com.openexchange.calendar.allowOrganizerPartStatChanges: "true"
# Mailfilter # Mailfilter
com.openexchange.mail.filter.passwordSource: global com.openexchange.mail.filter.passwordSource: global
com.openexchange.mail.filter.masterPassword: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }} com.openexchange.mail.filter.masterPassword: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }}
com.openexchange.mail.filter.preferredSaslMech: "" com.openexchange.mail.filter.preferredSaslMech: ""
propertiesFiles: propertiesFiles:
/opt/open-xchange/etc/masterpassword-authentication.properties: /opt/open-xchange/etc/masterpassword-authentication.properties:
@@ -408,6 +409,9 @@ appsuite:
com.openexchange.share.guestHostname: {{ printf "%s.%s" .Values.global.hosts.openxchange .Values.global.domain }} com.openexchange.share.guestHostname: {{ printf "%s.%s" .Values.global.hosts.openxchange .Values.global.domain }}
com.openexchange.UIWebPath: "/appsuite/" com.openexchange.UIWebPath: "/appsuite/"
com.openexchange.showAdmin: "false" 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 # Various Mail settings
com.openexchange.mail.deleteDraftOnTransport: "true" com.openexchange.mail.deleteDraftOnTransport: "true"
com.openexchange.capability.document_preview_xrechnung: "true" com.openexchange.capability.document_preview_xrechnung: "true"

View File

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