proxy tunnels config
This commit is contained in:
parent
ef8329ade8
commit
7e98e88069
2 changed files with 6 additions and 5 deletions
|
|
@ -4,15 +4,15 @@
|
||||||
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
"dns" = { dest = "http://localhost:8088"; auth = true; };
|
||||||
"ai" = { dest = "http://localhost:8080"; auth = true; };
|
"ai" = { dest = "http://localhost:8080"; auth = true; };
|
||||||
|
|
||||||
"auth" = { dest = "http://localhost:1411"; auth = false; };
|
|
||||||
"git" = { dest = "http://localhost:5080"; auth = false; };
|
|
||||||
|
|
||||||
"containers" = { dest = "http://localhost:5001"; auth = false; };
|
"containers" = { dest = "http://localhost:5001"; auth = false; };
|
||||||
"gallery" = { dest = "http://localhost:2283"; auth = false; };
|
|
||||||
"remote" = { dest = "http://localhost:8085"; auth = false; };
|
"remote" = { dest = "http://localhost:8085"; auth = false; };
|
||||||
"media" = { dest = "http://localhost:8096"; auth = false; };
|
|
||||||
"pass" = { dest = "http://localhost:8060"; auth = false; };
|
"pass" = { dest = "http://localhost:8060"; auth = false; };
|
||||||
"cdn" = { dest = "http://localhost:3000"; auth = false; };
|
"cdn" = { dest = "http://localhost:3000"; auth = false; };
|
||||||
|
|
||||||
|
"gallery" = { dest = "http://localhost:2283"; auth = false; };
|
||||||
|
"media" = { dest = "http://localhost:8096"; auth = false; };
|
||||||
|
"auth" = { dest = "http://localhost:1411"; auth = false; };
|
||||||
|
"git" = { dest = "http://localhost:5080"; auth = false; };
|
||||||
"@" = { dest = "http://localhost:5070"; auth = false; };
|
"@" = { dest = "http://localhost:5070"; auth = false; };
|
||||||
};
|
};
|
||||||
redirects = {
|
redirects = {
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"git.${homelab.domain}" = "http://localhost:3000";
|
"git.${homelab.domain}" = "http://localhost:3000";
|
||||||
"auth.${homelab.domain}" = "http://localhost:1411";
|
"auth.${homelab.domain}" = "http://localhost:1411";
|
||||||
"dash.${homelab.domain}" = "http://localhost:5070";
|
"dash.${homelab.domain}" = "http://localhost:5070";
|
||||||
|
"media.${homelab.domain}" = "http://localhost:8096";
|
||||||
"gallery.${homelab.domain}" = "http://localhost:2284";
|
"gallery.${homelab.domain}" = "http://localhost:2284";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue