leonard: Add amalie-mansaker-no

This commit is contained in:
2025-11-23 17:22:20 +01:00
parent 9eed01bb4a
commit 520a96878b
4 changed files with 42 additions and 9 deletions

View File

@@ -54,6 +54,7 @@ in {
'';
} // overrides;
in {
"amalie.mansaker.no" = publicProxy "http://leonard.home.feal.no/" { };
"cloud.feal.no" = publicProxy "" {
locations."/" = {
proxyPass = "http://challenger.home.feal.no";
@@ -62,17 +63,11 @@ in {
'';
};
};
"feal.no" = publicProxy "http://leonard.home.feal.no/" {
serverAliases = [ "www.feal.no" ];
};
"git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" {
default = true;
};
"feal.no" = publicProxy "http://leonard.home.feal.no/" { serverAliases = [ "www.feal.no" ]; };
"git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" { default = true; };
"iam.feal.no" = publicProxy "http://${keycloak.http-host}:${toString keycloak.http-port}" { };
"jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/" { };
"kinealbrigtsen.no" = publicProxy "http://leonard.home.feal.no/" {
serverAliases = [ "www.kinealbrigtsen.no" ];
};
"kinealbrigtsen.no" = publicProxy "http://leonard.home.feal.no/" { serverAliases = [ "www.kinealbrigtsen.no" ]; };
"wiki.wackattack.eu" = publicProxy "http://leonard.home.feal.no/" { };
};
}