This commit is contained in:
parent
b1bc8c1321
commit
5af18ca418
@ -5,6 +5,9 @@
|
||||
configFile = pkgs.writeText "Caddyfile" ''
|
||||
{
|
||||
acme_ca https://ca.home.2rjus.net/acme/acme/directory
|
||||
servers {
|
||||
metrics
|
||||
}
|
||||
}
|
||||
|
||||
nzbget.home.2rjus.net {
|
||||
|
@ -152,6 +152,14 @@
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "caddy";
|
||||
static_configs = [
|
||||
{
|
||||
targets = [ "http-proxy.home.2rjus.net:2019" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user