fix(nextcloud): Update swp_integration app and prepare CryptPad integration

This commit is contained in:
Thomas Kaltenbrunner
2023-10-28 04:28:48 +00:00
committed by Thorsten Rossner
parent c76e960446
commit a046deaf17
5 changed files with 19 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ repositories:
releases: releases:
- name: "opendesk-nextcloud-bootstrap" - name: "opendesk-nextcloud-bootstrap"
chart: "opendesk-nextcloud-bootstrap-repo/opendesk-nextcloud-bootstrap" chart: "opendesk-nextcloud-bootstrap-repo/opendesk-nextcloud-bootstrap"
version: "3.1.2" version: "3.2.2"
wait: true wait: true
waitForJobs: true waitForJobs: true
values: values:

View File

@@ -44,6 +44,18 @@ externalDatabase:
metrics: metrics:
enabled: false enabled: false
nextcloud:
configs:
mimetypealiases.json: |-
{
"application/x-drawio": "image"
}
mimetypemapping.json: |-
{
"drawio": ["application/x-drawio"]
}
# this is not documented but can be found in values.yaml # this is not documented but can be found in values.yaml
service: service:
port: "80" port: "80"

View File

@@ -11,7 +11,7 @@ persistence:
mariadb: "1Gi" mariadb: "1Gi"
matrixNeoDateFixBot: "1Gi" matrixNeoDateFixBot: "1Gi"
nextcloud: nextcloud:
main: "1Gi" main: "1.2Gi"
data: "10Gi" data: "10Gi"
openproject: "1Gi" openproject: "1Gi"
postfix: "1Gi" postfix: "1Gi"