host tearforge.net

also move to using user git@tearforge.net
TODO: move to port 22 ;-;
This commit is contained in:
do butterflies cry? 2026-02-16 16:37:33 +10:00
parent f7634fead2
commit b530e24868
3 changed files with 49 additions and 20 deletions

View file

@ -43,16 +43,15 @@
locations."/".proxyPass = "${localhost}:8222";
}
// std;
# "tearforge.net" =
# {
# forceSSL = true;
# extraConfig = ''
# client_max_body_size 512M;
# '';
# locations."/".proxyPass = "${localhost}:3000";
# }
# // std;
# "tearforge.net" = forge;
"tearforge.net" =
{
forceSSL = true;
extraConfig = ''
client_max_body_size 512M;
'';
locations."/".proxyPass = "${localhost}:3000";
}
// std;
};
};
}