From 7c339b95b429df42d15bfb8fc1dafb5e976f0c63 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Thu, 29 Aug 2024 23:14:13 +0800 Subject: [PATCH] tyo0: drop uptime-kuma --- hosts/tyo0/Caddyfile | 5 ----- hosts/tyo0/default.nix | 1 - hosts/tyo0/services/uptime-kuma.nix | 6 ------ 3 files changed, 12 deletions(-) delete mode 100644 hosts/tyo0/services/uptime-kuma.nix diff --git a/hosts/tyo0/Caddyfile b/hosts/tyo0/Caddyfile index d5e9c8b..b4fb6b0 100644 --- a/hosts/tyo0/Caddyfile +++ b/hosts/tyo0/Caddyfile @@ -51,11 +51,6 @@ pb.ny4.dev { reverse_proxy localhost:8200 } -uptime.ny4.dev { - import default - reverse_proxy localhost:8300 -} - ntfy.ny4.dev { import default reverse_proxy unix//run/ntfy-sh/ntfy.sock diff --git a/hosts/tyo0/default.nix b/hosts/tyo0/default.nix index 58ec563..c721681 100644 --- a/hosts/tyo0/default.nix +++ b/hosts/tyo0/default.nix @@ -18,7 +18,6 @@ ./services/redlib.nix ./services/searx.nix ./services/sing-box.nix - ./services/uptime-kuma.nix ./services/vaultwarden.nix ./services/wastebin.nix ]; diff --git a/hosts/tyo0/services/uptime-kuma.nix b/hosts/tyo0/services/uptime-kuma.nix deleted file mode 100644 index a29b5b8..0000000 --- a/hosts/tyo0/services/uptime-kuma.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - services.uptime-kuma = { - enable = true; - settings.PORT = "8300"; - }; -}