tweaks
This commit is contained in:
parent
232488e9a4
commit
7a6d7b9ad4
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
[ "Hypervisor" "https://10.3.14.69:8006/" ]
|
[ "Hypervisor" "https://10.3.14.69:8006/" ]
|
||||||
[ "Router" "http://10.3.14.1:80/" ]
|
[ "Router" "http://10.3.14.1:80/" ]
|
||||||
[ "DNS" "http://localhost:8088/" ]
|
[ "DNS" "http://localhost:8088/" ]
|
||||||
[ "CDN" "http://localhost:3000/" ]
|
[ "CDN" "http://nas.local:3000/" ]
|
||||||
[ "Proxy" "https://proxy.${homelab.domain}/" ]
|
[ "Proxy" "https://proxy.${homelab.domain}/" ]
|
||||||
];
|
];
|
||||||
external = [
|
external = [
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,9 @@
|
||||||
"router" = { dest = "http://router.dns.${homelab.domain}:80"; auth = false; };
|
"router" = { dest = "http://router.dns.${homelab.domain}:80"; auth = false; };
|
||||||
"home" = { dest = "http://home.dns.${homelab.domain}:8123"; auth = false; };
|
"home" = { dest = "http://home.dns.${homelab.domain}:8123"; auth = false; };
|
||||||
"nas" = { dest = "http://nas.dns.${homelab.domain}:80"; auth = false; };
|
"nas" = { dest = "http://nas.dns.${homelab.domain}:80"; auth = false; };
|
||||||
"cdn" = { dest = "http://nas.dns.${homelab.domain}:3000"; auth = false; };
|
|
||||||
|
|
||||||
|
"cdn" = { dest = "http://nas.dns.${homelab.domain}:3000"; auth = true; };
|
||||||
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
||||||
"ai" = { dest = "http://localhost:8080"; auth = true; };
|
|
||||||
|
|
||||||
"containers" = { dest = "http://localhost:5001"; auth = false; };
|
"containers" = { dest = "http://localhost:5001"; auth = false; };
|
||||||
"remote" = { dest = "http://localhost:8085"; auth = false; };
|
"remote" = { dest = "http://localhost:8085"; auth = false; };
|
||||||
|
|
@ -18,6 +17,7 @@
|
||||||
"media" = { dest = "http://localhost:8096"; auth = false; };
|
"media" = { dest = "http://localhost:8096"; auth = false; };
|
||||||
"auth" = { dest = "http://localhost:1411"; auth = false; };
|
"auth" = { dest = "http://localhost:1411"; auth = false; };
|
||||||
"git" = { dest = "http://localhost:5080"; auth = false; };
|
"git" = { dest = "http://localhost:5080"; auth = false; };
|
||||||
|
"ai" = { dest = "http://localhost:8080"; auth = false; };
|
||||||
"@" = { dest = "http://localhost:5070"; auth = false; };
|
"@" = { dest = "http://localhost:5070"; auth = false; };
|
||||||
};
|
};
|
||||||
redirects = {
|
redirects = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue