Files
configpolicy/group_vars/gitea.yml
Dustin C. Hatch 621f82c88d hosts: Migrate remaining hosts to Restic
Gitea and Vaultwarden both have SQLite databases.  We'll need to add
some logic to ensure these are in a consistent state before beginning
the backup.  Fortunately, neither of them are very busy databases, so
the likelihood of an issue is pretty low.  It's definitely more
important to get backups going again sooner, and we can deal with that
later.
2024-09-07 20:45:24 -05:00

21 lines
371 B
YAML

apache_default_ssl_vhost: false
sshd_agent_forwarding: false
sshd_tcp_forwarding: false
sshd_x11_forwarding: false
sshd_config_matches:
- object: User
pattern: gitea
password_auth: false
permit_tty: false
burp_backup:
- include: /var/lib/gitea
gitea_smtp:
from: gitea@pyrocufflink.net
addr: mail.pyrocufflink.blue
port: 25
restic_include:
- /var/lib/gitea