sora: update addresses

This commit is contained in:
notohh 2023-11-30 14:55:40 -05:00
parent 4d870f07e4
commit 48e1cd632a
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 3 additions and 3 deletions

View file

@ -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";}];

View file

@ -3,7 +3,7 @@ _: {
services.uptime-kuma = {
enable = true;
settings = {
HOST = "100.87.54.48";
HOST = "100.104.42.96";
PORT = "4000";
};
};