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
|
|
@ -13,6 +13,13 @@ in
|
|||
group = "srv";
|
||||
};
|
||||
|
||||
borgmatic.settings.sqlite_databases = [
|
||||
{
|
||||
name = "lidarr";
|
||||
path = "/srv/lidarr/lidarr.db";
|
||||
}
|
||||
];
|
||||
|
||||
caddy.virtualHosts."lidarr.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