update internal URLs

This commit is contained in:
Yan Lin 2025-12-11 12:22:15 +01:00
parent d8f8b6153a
commit db193853ab
2 changed files with 11 additions and 11 deletions

View file

@ -110,7 +110,7 @@
photo = { photo = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://lan.hs.yanlincs.com:5000"; url = "http://hs.yanlincs.com:5000";
}]; }];
}; };
}; };
@ -119,7 +119,7 @@
deluge = { deluge = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://lan.hs.yanlincs.com:8112"; url = "http://hs.yanlincs.com:8112";
}]; }];
}; };
}; };
@ -128,7 +128,7 @@
sonarr = { sonarr = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://lan.hs.yanlincs.com:8989"; url = "http://hs.yanlincs.com:8989";
}]; }];
}; };
}; };
@ -137,7 +137,7 @@
radarr = { radarr = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://lan.hs.yanlincs.com:7878"; url = "http://hs.yanlincs.com:7878";
}]; }];
}; };
}; };
@ -146,7 +146,7 @@
plex = { plex = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://lan.hs.yanlincs.com:32400"; url = "http://hs.yanlincs.com:32400";
}]; }];
}; };
}; };
@ -155,7 +155,7 @@
jellyfin = { jellyfin = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://lan.hs.yanlincs.com:8096"; url = "http://hs.yanlincs.com:8096";
}]; }];
}; };
}; };
@ -164,7 +164,7 @@
lidarr = { lidarr = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://lan.hs.yanlincs.com:8686"; url = "http://hs.yanlincs.com:8686";
}]; }];
}; };
}; };
@ -173,7 +173,7 @@
bazarr = { bazarr = {
loadBalancer = { loadBalancer = {
servers = [{ servers = [{
url = "http://lan.hs.yanlincs.com:6767"; url = "http://hs.yanlincs.com:6767";
}]; }];
}; };
}; };

View file

@ -31,7 +31,7 @@
}; };
"hs" = { "hs" = {
hostname = "lan.hs.yanlincs.com"; hostname = "hs.yanlincs.com";
user = "yanlin"; user = "yanlin";
identityFile = "~/Credentials/ssh_keys/nas"; identityFile = "~/Credentials/ssh_keys/nas";
setEnv = { setEnv = {
@ -40,7 +40,7 @@
}; };
"thinkpad" = { "thinkpad" = {
hostname = "vpn.thinkpad.yanlincs.com"; hostname = "thinkpad.yanlincs.com";
user = "yanlin"; user = "yanlin";
identityFile = "~/Credentials/ssh_keys/thinkpad"; identityFile = "~/Credentials/ssh_keys/thinkpad";
setEnv = { setEnv = {
@ -55,7 +55,7 @@
}; };
"borg-server" = { "borg-server" = {
hostname = "vpn.thinkpad.yanlincs.com"; hostname = "thinkpad.yanlincs.com";
user = "borg"; user = "borg";
identityFile = "~/Credentials/ssh_keys/thinkpad"; identityFile = "~/Credentials/ssh_keys/thinkpad";
proxyJump = "vps"; proxyJump = "vps";