remove nas entries
This commit is contained in:
parent
8c3a779cf2
commit
6436bdd8b0
1 changed files with 2 additions and 4 deletions
|
|
@ -5,15 +5,13 @@
|
||||||
"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; };
|
||||||
|
|
||||||
"cdn" = { dest = "http://nas.dns.${homelab.domain}:3000"; auth = true; };
|
|
||||||
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
||||||
|
|
||||||
"containers" = { dest = "http://localhost:5001"; auth = false; };
|
"containers" = { dest = "http://localhost:5001"; auth = false; };
|
||||||
"remote" = { dest = "http://localhost:8085"; auth = false; };
|
|
||||||
"pass" = { dest = "http://localhost:8060"; auth = false; };
|
|
||||||
|
|
||||||
"gallery" = { dest = "http://localhost:2283"; auth = false; };
|
"gallery" = { dest = "http://localhost:2283"; auth = false; };
|
||||||
|
"remote" = { dest = "http://localhost:8085"; auth = false; };
|
||||||
"media" = { dest = "http://localhost:8096"; auth = false; };
|
"media" = { dest = "http://localhost:8096"; auth = false; };
|
||||||
|
"pass" = { dest = "http://localhost:8060"; 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; };
|
"ai" = { dest = "http://localhost:8080"; auth = false; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue