Skip to content
Snippets Groups Projects
Commit 037218b8 authored by xeruf's avatar xeruf
Browse files

nextcloud: add custom postStartCommand

parent 90f3e585
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ spec: ...@@ -9,7 +9,7 @@ spec:
spec: spec:
# https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/Chart.yaml # https://github.com/truecharts/charts/blob/master/charts/stable/vikunja/Chart.yaml
chart: vikunja chart: vikunja
version: 6.0.1 version: 6.0.22
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: truecharts name: truecharts
......
...@@ -21,6 +21,19 @@ data: ...@@ -21,6 +21,19 @@ data:
'default_phone_region' => 'DE', 'default_phone_region' => 'DE',
'default_locale' => 'en-gb', 'default_locale' => 'en-gb',
); );
#extraVolumes:
# - name: nextcloud-onlyoffice-config
# configMap:
# name: nextcloud-onlyoffice-config-and-scripts
#extraVolumeMounts:
# - name: nextcloud-onlyoffice-config
# mountPath: /var/local
lifecycle:
postStartCommand:
- '/bin/bash'
- '-c'
- '"echo hiho && /bin/bash /var/local/setup-apps.sh"'
apps: apps:
# Basics # Basics
- name: bruteforcesettings - name: bruteforcesettings
...@@ -60,8 +73,8 @@ data: ...@@ -60,8 +73,8 @@ data:
- name: extract - name: extract
enabled: false enabled: false
# Collaborative apps # Collaborative apps
- name: files_markdown #- name: files_markdown
enabled: false # enabled: false
#- name: files_texteditor #- name: files_texteditor
# enabled: true # enabled: true
- name: notes - name: notes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment