update internal URLs
This commit is contained in:
parent
d8f8b6153a
commit
db193853ab
2 changed files with 11 additions and 11 deletions
|
|
@ -110,7 +110,7 @@
|
|||
photo = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:5000";
|
||||
url = "http://hs.yanlincs.com:5000";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
deluge = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:8112";
|
||||
url = "http://hs.yanlincs.com:8112";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
sonarr = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:8989";
|
||||
url = "http://hs.yanlincs.com:8989";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
@ -137,7 +137,7 @@
|
|||
radarr = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:7878";
|
||||
url = "http://hs.yanlincs.com:7878";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
plex = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:32400";
|
||||
url = "http://hs.yanlincs.com:32400";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
jellyfin = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:8096";
|
||||
url = "http://hs.yanlincs.com:8096";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
lidarr = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:8686";
|
||||
url = "http://hs.yanlincs.com:8686";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
@ -173,7 +173,7 @@
|
|||
bazarr = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:6767";
|
||||
url = "http://hs.yanlincs.com:6767";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
|
||||
"hs" = {
|
||||
hostname = "lan.hs.yanlincs.com";
|
||||
hostname = "hs.yanlincs.com";
|
||||
user = "yanlin";
|
||||
identityFile = "~/Credentials/ssh_keys/nas";
|
||||
setEnv = {
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
"thinkpad" = {
|
||||
hostname = "vpn.thinkpad.yanlincs.com";
|
||||
hostname = "thinkpad.yanlincs.com";
|
||||
user = "yanlin";
|
||||
identityFile = "~/Credentials/ssh_keys/thinkpad";
|
||||
setEnv = {
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
};
|
||||
|
||||
"borg-server" = {
|
||||
hostname = "vpn.thinkpad.yanlincs.com";
|
||||
hostname = "thinkpad.yanlincs.com";
|
||||
user = "borg";
|
||||
identityFile = "~/Credentials/ssh_keys/thinkpad";
|
||||
proxyJump = "vps";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue