Compare commits

..

No commits in common. "b438b6330691475a552b4fb5b893ef9e59250b6e" and "4a25256ee6f061098b7790052f7386e3999fae8c" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -44,7 +44,7 @@ in {
ui = { ui = {
THEMES="gitea,arc-green,nord"; THEMES="gitea,arc-green,nord";
#DEFAULT_THEME="nord"; DEFAULT_THEME="nord";
}; };
}; };

View File

@ -62,17 +62,10 @@ in {
''; '';
}; };
}; };
"feal.no" = publicProxy "http://mccoy.home.feal.no:8090/" {
serverAliases = [ "www.feal.no" ];
};
"git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" { "git.feal.no" = publicProxy "http://unix:${gitea.server.HTTP_ADDR}" {
default = true; default = true;
}; };
"iam.feal.no" = publicProxy "http://${keycloak.http-host}:${toString keycloak.http-port}" { };
"jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/" { }; "jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/" { };
"kinealbrigtsen.no" = publicProxy "http://192.168.11.106:80/" { "iam.feal.no" = publicProxy "http://${keycloak.http-host}:${toString keycloak.http-port}" { };
serverAliases = [ "www.kinealbrigtsen.no" ];
};
"wiki.wackattack.eu" = publicProxy "http://192.168.11.108:80/" { };
}; };
} }