new nextcloud config management

This commit is contained in:
Oli
2023-09-17 21:20:27 +00:00
parent 27d1200dc1
commit b5f1c47c0f
3 changed files with 44 additions and 30 deletions

View File

@@ -72,16 +72,31 @@ nextcloud_user_ini:
option: max_execution_time
value: 3600
nextcloud_apps:
nextcloud_occ_install_app:
- bruteforcesettings
- calendar
- contacts
- external
- extract
- groupfolders
- metadata
- notes
- notify_push
- suspicious_login
- tables
- tasks
- twofactor_nextcloud_notification
- twofactor_totp
- end_to_end_encryption
nextcloud_occ_config_app:
- "preview jpeg_quality --value=60"
- "previewgenerator squareSizes --value='256 1024'"
- "previewgenerator widthSizes --value=2048"
- "previewgenerator heightSizes --value=2048"
- "files_trashbin background_job_expire_trash --value=no"
- "files_versions background_job_expire_versions --value=no"
- "files max_chunk_size --value 134217728"
nextcloud_exporter_install_dir: "/usr/local/bin"
nextcloud_exporter_system_group: "node-exporter"