First test for biggoron

This commit is contained in:
Lyes Saadi 2025-12-13 11:43:22 +01:00
parent f13f61cd15
commit 5d75e988bd
Signed by: lyes
GPG key ID: 55A1D803917CF39A
6 changed files with 115 additions and 0 deletions

View file

@ -50,6 +50,15 @@
proxyWebsockets = true;
};
};
# 44303
"git.lyes.eu" = {
forceSSL = true;
enableACME = true;
extraConfig = ''
client_max_body_size 512M;
'';
locations."/".proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
};
# 9980
"collabora.lyes.eu" = {