From 90bfda90664b72a717dc04c158de09936c787541 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 24 Jun 2026 14:33:16 +0900 Subject: [PATCH] kommode/gitea: bump `AVATAR_MAX_ORIGIN_SIZE` from 2MB to 4MB --- hosts/kommode/services/gitea/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kommode/services/gitea/default.nix b/hosts/kommode/services/gitea/default.nix index afd9778..e5308b8 100644 --- a/hosts/kommode/services/gitea/default.nix +++ b/hosts/kommode/services/gitea/default.nix @@ -136,7 +136,7 @@ in { picture = { AVATAR_MAX_FILE_SIZE = 1024 * 1024 * 5; # NOTE: go any bigger than this, and gitea will freeze your gif >:( - AVATAR_MAX_ORIGIN_SIZE = 1024 * 1024 * 2; + AVATAR_MAX_ORIGIN_SIZE = 1024 * 1024 * 4; }; actions.ENABLED = true; webhook.ALLOWED_HOST_LIST = lib.concatStringsSep "," [