feat: refactor the modules/servers directory.
This commit is contained in:
parent
4e783c052b
commit
8b754d3a7e
69 changed files with 61 additions and 62 deletions
|
|
@ -0,0 +1,30 @@
|
|||
{...}: {
|
||||
services.changedetection-io = {
|
||||
enable = true;
|
||||
playwrightSupport = true;
|
||||
baseURL = "https://changedetection.cronyakatsuki.xyz";
|
||||
behindProxy = true;
|
||||
};
|
||||
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
services.changedetection.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://localhost:5000";
|
||||
}
|
||||
];
|
||||
|
||||
routers.changedetection = {
|
||||
rule = "Host(`changedetection.cronyakatsuki.xyz`)";
|
||||
tls = {
|
||||
certResolver = "porkbun";
|
||||
};
|
||||
service = "changedetection";
|
||||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/changedetection-io"];
|
||||
server.paths = ["/var/lib/changedetection-io"];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue