podman push git.ingolf-wagner.de/.. works now

This commit is contained in:
Ingolf Wagner 2025-01-28 13:51:24 +13:00
parent 572c761799
commit 75008eb0c4
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -33,6 +33,9 @@ in
"git.ingolf-wagner.de" = {
forceSSL = true;
enableACME = true;
extraConfig = ''
client_max_body_size 2048M; # 2 GB (adjust as needed), for docker/podman push
'';
locations."/" = {
proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
};