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";
|
rev = "d7b00d742d9f209c0be569aa95abfa32c42cc1c3";
|
||||||
} // { forceSSL = false; };
|
} // { forceSSL = false; };
|
||||||
|
|
||||||
"git.foxxolay.com" = static {
|
"git.foxxolay.com" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyPass = "http://git";
|
proxyPass = "http://git";
|
||||||
};
|
};
|
||||||
} // { forceSSL = false; };
|
} // defaultConfig // { forceSSL = false; };
|
||||||
|
|
||||||
"kitsu.love" = static {
|
"kitsu.love" = static {
|
||||||
url = "https://codeberg.org/Vivieraaa/kitsu-site.git";
|
url = "https://codeberg.org/Vivieraaa/kitsu-site.git";
|
||||||
|
@ -109,9 +109,7 @@ in {
|
||||||
|
|
||||||
"agg.ps2.live" = ps2live "aggpop";
|
"agg.ps2.live" = ps2live "aggpop";
|
||||||
"saerro.ps2.live" = ps2live "saerro";
|
"saerro.ps2.live" = ps2live "saerro";
|
||||||
"metagame.ps2.live" = ps2live "metagame" // {
|
"metagame.ps2.live" = ps2live "metagame";
|
||||||
serverAliases = [ "metagame-new.ps2.live" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
"doll.repair" = static { src = flakePackage "doll-repair"; } // { forceSSL = false; };
|
"doll.repair" = static { src = flakePackage "doll-repair"; } // { forceSSL = false; };
|
||||||
"porcelain.doll.repair" = {
|
"porcelain.doll.repair" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue