ingress-proxy: add git, foxxolay
This commit is contained in:
parent
d9cd06e1bc
commit
b2847c7d2a
1 changed files with 3 additions and 5 deletions
|
@ -95,12 +95,12 @@ in {
|
|||
rev = "d7b00d742d9f209c0be569aa95abfa32c42cc1c3";
|
||||
} // { forceSSL = false; };
|
||||
|
||||
"git.foxxolay.com" = static {
|
||||
"git.foxxolay.com" = {
|
||||
locations."/" = {
|
||||
recommendedProxySettings = true;
|
||||
proxyPass = "http://git";
|
||||
};
|
||||
} // { forceSSL = false; };
|
||||
} // defaultConfig // { forceSSL = false; };
|
||||
|
||||
"kitsu.love" = static {
|
||||
url = "https://codeberg.org/Vivieraaa/kitsu-site.git";
|
||||
|
@ -109,9 +109,7 @@ in {
|
|||
|
||||
"agg.ps2.live" = ps2live "aggpop";
|
||||
"saerro.ps2.live" = ps2live "saerro";
|
||||
"metagame.ps2.live" = ps2live "metagame" // {
|
||||
serverAliases = [ "metagame-new.ps2.live" ];
|
||||
};
|
||||
"metagame.ps2.live" = ps2live "metagame";
|
||||
|
||||
"doll.repair" = static { src = flakePackage "doll-repair"; } // { forceSSL = false; };
|
||||
"porcelain.doll.repair" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue