feat: add file_lock and notify_push configuration to nextcloud role
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
910986b808
commit
d517f77b6c
4 changed files with 55 additions and 2 deletions
|
|
@ -53,6 +53,12 @@ nextcloud_upload_limit_mb: 2048
|
|||
|
||||
nextcloud_scale_factor: 2
|
||||
|
||||
# Trusted proxies (Docker internal networks)
|
||||
nextcloud_trusted_proxies: "172.16.0.0/12"
|
||||
|
||||
# File locking and real-time push notifications
|
||||
nextcloud_enable_notify_push: false
|
||||
|
||||
# Non-default apps to install and enable
|
||||
nextcloud_apps_to_install:
|
||||
- groupfolders
|
||||
|
|
@ -61,6 +67,8 @@ nextcloud_apps_to_install:
|
|||
- user_ldap
|
||||
- user_oidc
|
||||
- whiteboard
|
||||
- files_lock
|
||||
- notify_push
|
||||
|
||||
# OIDC provider configuration
|
||||
nextcloud_oidc_allow_selfsigned: false # Set to true to disable SSL verification for OIDC providers (dev only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue