feat: add provisioning of apps to nextcloud role
This commit is contained in:
parent
ea8178fcf0
commit
bce1daf5a6
2 changed files with 32 additions and 1 deletions
|
|
@ -46,4 +46,13 @@ nextcloud_admin_password: admin
|
|||
nextcloud_memory_limit_mb: 1024
|
||||
nextcloud_upload_limit_mb: 2048
|
||||
|
||||
nextcloud_scale_factor: 2
|
||||
nextcloud_scale_factor: 2
|
||||
|
||||
# Non-default apps to install and enable
|
||||
nextcloud_apps_to_install:
|
||||
- groupfolders
|
||||
- richdocuments
|
||||
- spreed
|
||||
- user_ldap
|
||||
- user_oidc
|
||||
- whiteboard
|
||||
Loading…
Add table
Add a link
Reference in a new issue