No description
Find a file
2020-10-18 19:00:39 +02:00
defaults add group folder creation 2020-08-23 18:01:21 +02:00
meta removed nginx-php dependency 2019-04-09 21:00:22 +02:00
tasks update cache before using groups 2020-10-02 15:11:28 +02:00
templates always redirect to https 2020-10-18 19:00:39 +02:00
vars add recommend memory limit 2020-03-04 13:35:50 +01:00
README.md add group folder creation 2020-08-23 18:01:21 +02:00

nextcloud

Manage group folders

Group folders are configured as follows:

nextcloud:
  groupfolders:
  - name: folder_1
    groups:
    - group_name
    - group2_name
    quota: '1073741274' # Quota in Bytes

All configured groups have full edit rights in the group folder.