2021-01-16 22:12:16 +00:00
|
|
|
---
|
2021-01-17 12:08:58 +00:00
|
|
|
duplicati_enabled: false
|
2022-07-23 15:32:51 +00:00
|
|
|
duplicati_available_externally: false
|
2021-01-19 17:18:12 +00:00
|
|
|
|
|
|
|
# directories
|
2021-01-16 22:12:16 +00:00
|
|
|
duplicati_data_directory: "{{ docker_home }}/duplicati/config"
|
2021-01-19 17:18:12 +00:00
|
|
|
|
2021-02-23 00:18:08 +00:00
|
|
|
# permissions
|
|
|
|
duplicati_data_permissions: "ro" # set this to rw to enable the ability to restore data
|
|
|
|
|
|
|
|
# uid / gid
|
|
|
|
duplicati_user_id: "0"
|
|
|
|
duplicati_group_id: "0"
|
|
|
|
|
2021-01-19 17:18:12 +00:00
|
|
|
# network
|
2021-01-16 22:12:16 +00:00
|
|
|
duplicati_port: "8200"
|
2021-01-19 17:18:12 +00:00
|
|
|
duplicati_hostname: "duplicati"
|
2021-02-23 15:16:29 +00:00
|
|
|
|
|
|
|
duplicati_memory: 1g
|
2022-09-07 21:37:47 +00:00
|
|
|
|
|
|
|
# docker
|
|
|
|
duplicati_container_name: duplicati
|