ingress-proxy: add git, foxxolay

This commit is contained in:
41666 2024-03-30 23:20:11 -04:00
parent 138af692fc
commit 675362c52f

View file

@ -34,6 +34,7 @@ in {
ps2l_metagame.servers."${tsHost "ps2live" 8301}" = {}; ps2l_metagame.servers."${tsHost "ps2live" 8301}" = {};
pdr.servers."${tsHost "porcelain-doll-repair" 3000}" = {}; pdr.servers."${tsHost "porcelain-doll-repair" 3000}" = {};
se.servers."${tsHost "sapphic-engineer" 4000}" = {}; se.servers."${tsHost "sapphic-engineer" 4000}" = {};
git.servers."${tsHost "git" 3000}" = {};
}; };
proxyCachePath."pdr" = { proxyCachePath."pdr" = {
@ -89,6 +90,18 @@ in {
"mekanoe.com" = mekanoesh; "mekanoe.com" = mekanoesh;
"noe.sh" = mekanoesh; "noe.sh" = mekanoesh;
"foxxolay.com" = static {
url = "github:foxxolay/foxxolay.com";
rev = "d7b00d742d9f209c0be569aa95abfa32c42cc1c3";
} // { forceSSL = false; };
"git.foxxolay.com" = static {
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://git";
};
} // { forceSSL = false; };
"kitsu.love" = static { "kitsu.love" = static {
url = "https://codeberg.org/Vivieraaa/kitsu-site.git"; url = "https://codeberg.org/Vivieraaa/kitsu-site.git";
rev = "f669f68f1bf89c8f161627e994c9c865811964e8"; rev = "f669f68f1bf89c8f161627e994c9c865811964e8";
@ -102,6 +115,7 @@ in {
"doll.repair" = static { src = flakePackage "doll-repair"; } // { forceSSL = false; }; "doll.repair" = static { src = flakePackage "doll-repair"; } // { forceSSL = false; };
"porcelain.doll.repair" = { "porcelain.doll.repair" = {
# serverAliases = ["p.doll.repair"]; # Media Proxy
locations."/" = { locations."/" = {
recommendedProxySettings = true; recommendedProxySettings = true;
proxyPass = "http://pdr"; proxyPass = "http://pdr";
@ -116,6 +130,8 @@ in {
} // defaultConfig // { forceSSL = false; }; } // defaultConfig // { forceSSL = false; };
"sapphic.engineer" = { "sapphic.engineer" = {
# serverAliases = ["p.sapphic.engineer"];
locations."/" = { locations."/" = {
recommendedProxySettings = true; recommendedProxySettings = true;
proxyPass = "http://se"; proxyPass = "http://se";