Compare commits
1 commit
a6d48a5d37
...
f5e23cb8ff
| Author | SHA1 | Date | |
|---|---|---|---|
| f5e23cb8ff |
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue