diff --git a/hosts/sora/services/traefik.nix b/hosts/sora/services/traefik.nix index 1659e6d..6ddc6dd 100644 --- a/hosts/sora/services/traefik.nix +++ b/hosts/sora/services/traefik.nix @@ -205,8 +205,8 @@ }; services = { gitssh.loadBalancer.servers = [{url = "tcp://100.121.201.47:2222";}]; - uptime-kuma.loadBalancer.servers = [{url = "http://100.87.54.48:4000";}]; - gotify.loadBalancer.servers = [{url = "http://100.87.54.48:3000";}]; + uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}]; + gotify.loadBalancer.servers = [{url = "http://100.104.42.96:3000";}]; conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}]; authelia.loadBalancer.servers = [{url = "http://100.121.201.47:9091";}]; foundryvtt.loadBalancer.servers = [{url = "http://100.121.201.47:30000";}]; diff --git a/hosts/sora/services/uptimekuma.nix b/hosts/sora/services/uptimekuma.nix index 4122bbc..c60f23c 100644 --- a/hosts/sora/services/uptimekuma.nix +++ b/hosts/sora/services/uptimekuma.nix @@ -3,7 +3,7 @@ _: { services.uptime-kuma = { enable = true; settings = { - HOST = "100.87.54.48"; + HOST = "100.104.42.96"; PORT = "4000"; }; };