remove homarr, add homepage

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-24 21:31:14 +00:00
parent 334f73d0a6
commit 1927da563a
5 changed files with 166 additions and 40 deletions

View file

@ -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;
};
};