feat(borgmatic): ensure that all sqlite databases are backed up separately from the services they store data for
This commit is contained in:
parent
48b0a2325d
commit
384b9cc0bb
11 changed files with 77 additions and 0 deletions
|
|
@ -12,6 +12,13 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
borgmatic.settings.sqlite_databases = [
|
||||
{
|
||||
name = "karakeep";
|
||||
path = "/var/lib/karakeep/db.db";
|
||||
}
|
||||
]
|
||||
|
||||
caddy.virtualHosts."karakeep.fi33.buzz".extraConfig = ''
|
||||
reverse_proxy localhost:${toString port}
|
||||
tls ${certloc}/cert.pem ${certloc}/key.pem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue