29 lines
692 B
TOML
29 lines
692 B
TOML
host_name = "{{ host_name }}"
|
|
|
|
roots = [
|
|
"{{ application_dir }}"
|
|
]
|
|
|
|
[storage.yandex_cloud_s3]
|
|
type = "restic"
|
|
restic_repository = "{{ restic_repository }}"
|
|
restic_password = "{{ restic_password }}"
|
|
|
|
[storage.yandex_cloud_s3.env]
|
|
AWS_ACCESS_KEY_ID = "{{ restic_s3_access_key }}"
|
|
AWS_SECRET_ACCESS_KEY = "{{ restic_s3_access_secret }}"
|
|
AWS_DEFAULT_REGION = "{{ restic_s3_region }}"
|
|
|
|
[storage.pr86keedav]
|
|
type = "restic"
|
|
restic_repository = "{{ restic_pr86keedav_repository }}"
|
|
restic_password = "{{ restic_pr86keedav_password }}"
|
|
|
|
[storage.pr86keedav.env]
|
|
RCLONE_CONFIG = "{{ rclone_config_file }}"
|
|
|
|
[notifier.apprise]
|
|
type = "apprise"
|
|
api_url = "{{ apprise_external_url }}"
|
|
tag = "server"
|