17 lines
292 B
Markdown
17 lines
292 B
Markdown
# nextcloud
|
|
|
|
## Manage group folders
|
|
|
|
Group folders are configured as follows:
|
|
|
|
```yaml
|
|
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.
|