Compare commits

..

1 commit

Author SHA1 Message Date
f5e23cb8ff
chore: added initial hook and app env 2025-11-03 13:53:07 +01:00

View file

@ -47,7 +47,7 @@ authentik:
nextcloud:
env:
DEFAULT_QUOTA: "100 MB"
APPS: "calendar groupfolders" # collectives
APPS: "calendar groupfolders"
BBB_URL: "{{bbb_url}}"
FPM_MAX_CHILDREN: 45
FPM_START_SERVERS: 6
@ -61,6 +61,7 @@ nextcloud:
bbb_secret: "{{bbb_secret}}"
initial-hooks:
#- app install_bbb
#- app install_collectives
- app set_default_quota
- app install_apps
- app run_occ 'app:disable dashboard'