From 48e1cd632a0c3d94b6ca9a04173a727c268b8bdb Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 30 Nov 2023 14:55:40 -0500 Subject: [PATCH] sora: update addresses --- hosts/sora/services/traefik.nix | 4 ++-- hosts/sora/services/uptimekuma.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"; }; };