mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 21:20:32 +01:00
uptime kuma
This commit is contained in:
parent
ef6b842f75
commit
ad4c919b3e
|
@ -13,6 +13,7 @@ with lib; {
|
||||||
./calibre-web.nix
|
./calibre-web.nix
|
||||||
./transmission.nix
|
./transmission.nix
|
||||||
./lanrarari.nix
|
./lanrarari.nix
|
||||||
|
./uptime.nix
|
||||||
../../gc.nix
|
../../gc.nix
|
||||||
../../../common
|
../../../common
|
||||||
];
|
];
|
||||||
|
@ -43,6 +44,9 @@ with lib; {
|
||||||
grafana.heroin.trade {
|
grafana.heroin.trade {
|
||||||
reverse_proxy http://127.0.0.1:2342
|
reverse_proxy http://127.0.0.1:2342
|
||||||
}
|
}
|
||||||
|
uptime.heroin.trade {
|
||||||
|
reverse_proxy 127.0.0.1:3001
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
6
hosts/x86_64-linux/beleth/uptime.nix
Normal file
6
hosts/x86_64-linux/beleth/uptime.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{config, lib, ...}:
|
||||||
|
{
|
||||||
|
services.uptime-kuma = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue