22 lines
720 B
Plaintext
22 lines
720 B
Plaintext
|
|
nextcloud_SQl_target_file: /mnt/diskstation/git/backup/postgres/last/nextcloud.sql
|
|
nextcloud_db_password: "{{ vault_mysql_nextcloud }}"
|
|
nextcloud_admin_password: "{{ vault_nextcloud_admin }}"
|
|
nextcloud_admin_user: "{{user.name}}"
|
|
nextcloud_trusted_domains:
|
|
- localhost
|
|
- file.ducamps.win
|
|
nextcloud_config_options: # additional options to set in config.php
|
|
- option: overwrite.cli.url
|
|
value: "'https://file.ducamps.win'"
|
|
- option: maintenance
|
|
value: "false"
|
|
- option: loglevel
|
|
value: "'2'"
|
|
- option: installed
|
|
value: "true"
|
|
- option: config_is_read_only
|
|
value: "false"
|
|
nextcloud_datadirectory: /mnt/diskstation/nextcloud
|
|
nextcloud_data_directory_creation: false
|