Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
4c0e29da8f
commit
bb2fe56082
40 changed files with 595 additions and 1144 deletions
27
hosts/panopticon/services.nix
Normal file
27
hosts/panopticon/services.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
services.traefik = {
|
||||
dynamicConfigOptions = {
|
||||
http = {
|
||||
services = {
|
||||
uptime_kuma_local.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://127.0.0.1:3030";
|
||||
}
|
||||
];
|
||||
|
||||
grafana_local.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://127.0.0.1:3001";
|
||||
}
|
||||
];
|
||||
|
||||
loki_local.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://127.0.0.1:3100";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue