Added nginx upload limit

This commit is contained in:
2026-05-13 22:59:35 +02:00
parent 8064f499a8
commit c0b0d89fcf
5 changed files with 114 additions and 80 deletions
+1 -6
View File
@@ -81,7 +81,7 @@ in
lfs = {
enable = true;
#contentDir = "${config.services.gitea.stateDir}/data/lfs";
contentDir = "${config.services.gitea.stateDir}/data/lfs";
};
database = {
@@ -104,11 +104,6 @@ in
DISABLE_SSH = false;
START_SSH_SERVER = true;
LFS_START_SERVER = true;
LFS_JWT_SECRET_URI = "file://${config.sops.secrets."gitea/lfsJwtSecret".path}";
};
lfs = {
PATH = "${config.services.gitea.stateDir}/data/lfs";
};
metrics = {