Compare commits

..

1 commit

Author SHA1 Message Date
a6d48a5d37
chore: added initial hook and app env 2025-11-03 15:08:58 +01:00

View file

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