Files
pet-project-server/files/backups/config.template.toml
T
av 5f619eaccc
Linting / YAML Lint (push) Successful in 9s
Linting / Ansible Lint (push) Failing after 29s
backups: use apprise for notifications
2026-04-04 11:30:53 +03:00

19 lines
444 B
TOML

host_name = "{{ host_name }}"
roots = [
"{{ application_dir }}"
]
[storage.yandex_cloud_s3]
type = "restic"
restic_repository = "{{ restic_repository }}"
restic_password = "{{ restic_password }}"
aws_access_key_id = "{{ restic_s3_access_key }}"
aws_secret_access_key = "{{ restic_s3_access_secret }}"
aws_default_region = "{{ restic_s3_region }}"
[notifier.apprise]
type = "apprise"
api_url = "{{ apprise_external_url }}"
tag = "server"