tyo0: drop uptime-kuma
This commit is contained in:
parent
a6c6003033
commit
7c339b95b4
3 changed files with 0 additions and 12 deletions
|
@ -51,11 +51,6 @@ pb.ny4.dev {
|
||||||
reverse_proxy localhost:8200
|
reverse_proxy localhost:8200
|
||||||
}
|
}
|
||||||
|
|
||||||
uptime.ny4.dev {
|
|
||||||
import default
|
|
||||||
reverse_proxy localhost:8300
|
|
||||||
}
|
|
||||||
|
|
||||||
ntfy.ny4.dev {
|
ntfy.ny4.dev {
|
||||||
import default
|
import default
|
||||||
reverse_proxy unix//run/ntfy-sh/ntfy.sock
|
reverse_proxy unix//run/ntfy-sh/ntfy.sock
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
./services/redlib.nix
|
./services/redlib.nix
|
||||||
./services/searx.nix
|
./services/searx.nix
|
||||||
./services/sing-box.nix
|
./services/sing-box.nix
|
||||||
./services/uptime-kuma.nix
|
|
||||||
./services/vaultwarden.nix
|
./services/vaultwarden.nix
|
||||||
./services/wastebin.nix
|
./services/wastebin.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
services.uptime-kuma = {
|
|
||||||
enable = true;
|
|
||||||
settings.PORT = "8300";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue