fix(etna): switch forgejo to vesuvio proxy

ssh url now matches https!!! yay!!!
This commit is contained in:
uku 2025-06-30 12:26:19 +02:00
parent 389f6b2e10
commit 5e171d9c06
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 13 additions and 4 deletions

View file

@ -75,6 +75,15 @@
client_max_body_size 1000M;
'';
};
"git.uku3lig.net" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://etna:3000";
recommendedProxySettings = true;
};
};
};
};