ingress-proxy: add git, foxxolay
This commit is contained in:
parent
138af692fc
commit
675362c52f
1 changed files with 16 additions and 0 deletions
|
@ -34,6 +34,7 @@ in {
|
|||
ps2l_metagame.servers."${tsHost "ps2live" 8301}" = {};
|
||||
pdr.servers."${tsHost "porcelain-doll-repair" 3000}" = {};
|
||||
se.servers."${tsHost "sapphic-engineer" 4000}" = {};
|
||||
git.servers."${tsHost "git" 3000}" = {};
|
||||
};
|
||||
|
||||
proxyCachePath."pdr" = {
|
||||
|
@ -89,6 +90,18 @@ in {
|
|||
"mekanoe.com" = 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 {
|
||||
url = "https://codeberg.org/Vivieraaa/kitsu-site.git";
|
||||
rev = "f669f68f1bf89c8f161627e994c9c865811964e8";
|
||||
|
@ -102,6 +115,7 @@ in {
|
|||
|
||||
"doll.repair" = static { src = flakePackage "doll-repair"; } // { forceSSL = false; };
|
||||
"porcelain.doll.repair" = {
|
||||
# serverAliases = ["p.doll.repair"]; # Media Proxy
|
||||
locations."/" = {
|
||||
recommendedProxySettings = true;
|
||||
proxyPass = "http://pdr";
|
||||
|
@ -116,6 +130,8 @@ in {
|
|||
} // defaultConfig // { forceSSL = false; };
|
||||
|
||||
"sapphic.engineer" = {
|
||||
# serverAliases = ["p.sapphic.engineer"];
|
||||
|
||||
locations."/" = {
|
||||
recommendedProxySettings = true;
|
||||
proxyPass = "http://se";
|
||||
|
|
Loading…
Add table
Reference in a new issue