diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index c6a55cf..8363954 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -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";