Files
pet-project-server/files/authelia/gobackup.template.yml
Anton Vakhrushev bdd74bdf2e
Some checks failed
Linting / YAML Lint (push) Failing after 9s
Linting / Ansible Lint (push) Successful in 19s
Authelia: add backup for storage database
2025-12-14 18:10:59 +03:00

17 lines
323 B
YAML

# https://gobackup.github.io/configuration
models:
authelia:
compress_with:
type: 'tgz'
storages:
local:
type: 'local'
path: '{{ backups_dir }}'
keep: 3
databases:
users:
type: sqlite
path: "{{ (data_dir, 'authelia_storage.sqlite3') | path_join }}"