Compare commits
2 Commits
4a25256ee6
...
b438b63306
Author | SHA1 | Date | |
---|---|---|---|
b438b63306 | |||
4e8156139b |
@ -44,7 +44,7 @@ in {
|
|||||||
|
|
||||||
ui = {
|
ui = {
|
||||||
THEMES="gitea,arc-green,nord";
|
THEMES="gitea,arc-green,nord";
|
||||||
DEFAULT_THEME="nord";
|
#DEFAULT_THEME="nord";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -62,10 +62,17 @@ 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;
|
||||||
};
|
};
|
||||||
"jf.feal.no" = publicProxy "http://jellyfin.home.feal.no/" { };
|
|
||||||
"iam.feal.no" = publicProxy "http://${keycloak.http-host}:${toString keycloak.http-port}" { };
|
"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://192.168.11.106:80/" {
|
||||||
|
serverAliases = [ "www.kinealbrigtsen.no" ];
|
||||||
|
};
|
||||||
|
"wiki.wackattack.eu" = publicProxy "http://192.168.11.108:80/" { };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user