feat: fw update gitea to use a docker image with puppeteer, webp and avif deps

This commit is contained in:
2025-10-23 02:15:34 +02:00
parent bfae290927
commit 439a580dfe
4 changed files with 102 additions and 1 deletions

View File

@@ -70,6 +70,9 @@ in
sslCertificateKey = "/var/lib/acme/gitea/key.pem";
sslTrustedCertificate = "/var/lib/acme/gitea/chain.pem";
forceSSL = true;
extraConfig = ''
client_max_body_size 2048M;
'';
locations."/" = {
proxyPass = "http://localhost:3001/";
};
@@ -109,6 +112,12 @@ in
USER = "gitea@cloonar.com";
};
actions.ENABLED=true;
attachment = {
MAX_SIZE = 2048; # 2GB in MB for general attachments
};
packages = {
ENABLED = true;
};
};
};