chore(server): allow configuring nextcloud background job mode

This commit is contained in:
2021-10-17 21:02:11 +02:00
parent f2e66f002b
commit 80317cae6a
3 changed files with 38 additions and 11 deletions

View File

@ -10,6 +10,8 @@ nextcloud_data_path: "{{ nextcloud_basepath }}/data"
nextcloud_storage_path: "{{ nextcloud_basepath }}/storage"
nextcloud_fpm_config_path: "{{ nextcloud_basepath }}/fpm-config"
nextcloud_background_job_mode: cron
nextcloud_database_type: sqlite
nextcloud_database_name: nextcloud
nextcloud_database_user: nextcloud