From f3d2c718a19fbaeeba4422511a11af5152dc15a4 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 26 Sep 2024 21:16:21 +0300 Subject: [PATCH] feat: set gitea max attachment size explicitly --- hosts/wolumonde/modules/gitea.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/wolumonde/modules/gitea.nix b/hosts/wolumonde/modules/gitea.nix index 0841a49..6243082 100644 --- a/hosts/wolumonde/modules/gitea.nix +++ b/hosts/wolumonde/modules/gitea.nix @@ -19,6 +19,9 @@ ENABLE_AUTO_REGISTRATION = false; UPDATE_AVATAR = true; }; + attachment = { + MAX_SIZE = 100; + }; ui = { DEFAULT_SHOW_FULL_NAME = true; DEFAULT_THEME = "edge-dark";