diff --git a/mycloud-nextcloud/templates/release.yaml b/mycloud-nextcloud/templates/release.yaml index 8dbdd08..24cc588 100644 --- a/mycloud-nextcloud/templates/release.yaml +++ b/mycloud-nextcloud/templates/release.yaml @@ -128,6 +128,9 @@ spec: echo "setup theming:"; /var/www/html/occ theming:config disable-user-theming yes; /var/www/html/occ theming:config name "{{ .Values.commons.theme.title }}"; + {{- with .Values.theme.color }} + /var/www/html/occ theming:config color {{ . | quote }}; + {{- end }} echo "setup oidc:"; /var/www/html/occ user_oidc:provider mycloud \ diff --git a/mycloud-nextcloud/values.yaml b/mycloud-nextcloud/values.yaml index 66b4d0d..0180ca3 100644 --- a/mycloud-nextcloud/values.yaml +++ b/mycloud-nextcloud/values.yaml @@ -68,6 +68,13 @@ auth: # https://goauthentik.io/integrations/services/nextcloud/#provider-and-application idMapping: sub +theme: + # -- set theme color in nextcloud + color: + +# -- default quota for an user +quota: + apps: checksum: enabled: true @@ -91,9 +98,6 @@ apps: memories: enabled: false -# -- default quota for an user -quota: - ingress: # -- default: fs.(Values.commons.ingress.domain)