From da9b32dbd500186fbcacec3b6e2e4fc6f79eb6c9 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 28 Sep 2023 17:06:50 -0400 Subject: [PATCH] sora: update traefik --- hosts/sora/services/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sora/services/traefik.nix b/hosts/sora/services/traefik.nix index 63debc9..bf68fc4 100644 --- a/hosts/sora/services/traefik.nix +++ b/hosts/sora/services/traefik.nix @@ -58,7 +58,7 @@ uptime-kuma.loadBalancer.servers = [{url = "http://100.87.54.48:4000";}]; gotify.loadBalancer.servers = [{url = "http://100.87.54.48:3000";}]; neko.loadBalancer.servers = [{url = "http://100.110.140.130:8080";}]; - conduit.loadBalancer.servers = [{url = "http://100.110.140.130:6167";}]; + conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}]; }; }; };