Infini-DL360/web: add swedish.fish and sweedish.fish

This commit is contained in:
Infinidoge 2024-10-22 12:22:44 -04:00
parent 4420a3cd9a
commit 350bdfcb90
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -32,6 +32,7 @@ let
redirects = lib.mapAttrs mkRedirect {
"nitter.inx.moe" = "twitter.com";
"sweedish.fish" = "swedish.fish";
};
in
{
@ -58,6 +59,15 @@ in
return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/";
};
};
"swedish.fish" = ssl-optional // {
locations."/" = {
tryFiles = "/Blahaj.png =404";
root = ./static;
};
locations."/buy" = {
return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/";
};
};
"files.inx.moe" = ssl // {
locations."/" = {
root = "/srv/web/files.inx.moe";