remove homarr, add homepage
This commit is contained in:
parent
334f73d0a6
commit
1927da563a
5 changed files with 166 additions and 40 deletions
|
|
@ -4,9 +4,9 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
homarr = {
|
||||
homepage = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://localhost:7575";
|
||||
proxyPass = "http://localhost:8082";
|
||||
};
|
||||
hasSecret =
|
||||
secret:
|
||||
|
|
@ -49,7 +49,7 @@ in
|
|||
};
|
||||
"h001.local.joshuabell.xyz" = {
|
||||
locations = {
|
||||
"/" = homarr;
|
||||
"/" = homepage;
|
||||
};
|
||||
};
|
||||
"100.64.0.13" = {
|
||||
|
|
@ -59,7 +59,7 @@ in
|
|||
};
|
||||
"h001.net.joshuabell.xyz" = {
|
||||
locations = {
|
||||
"/" = homarr;
|
||||
"/" = homepage;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue