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:
Bert-Jan Fikse 2026-03-13 15:22:09 +01:00
parent 910986b808
commit d517f77b6c
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
4 changed files with 55 additions and 2 deletions

View file

@ -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)