feat(borgmatic): ensure that all sqlite databases are backed up separately from the services they store data for

This commit is contained in:
wi11-holdsworth 2026-01-15 15:38:54 +11:00
parent 48b0a2325d
commit 2197490b63
12 changed files with 78 additions and 1 deletions

View file

@ -15,6 +15,13 @@ in
tokenKeyFile = config.age.secrets.kavita.path;
};
borgmatic.settings.sqlite_databases = [
{
name = "kavita";
path = "/srv/kavita/config/kavita.db";
}
];
caddy.virtualHosts."kavita.fi33.buzz".extraConfig = ''
reverse_proxy localhost:${toString port}
tls ${certloc}/cert.pem ${certloc}/key.pem {