From 01ebfbab8ff26ba5ddf5de9bc1ee2a3470ec8dd8 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 21 Dec 2022 23:35:42 +0900 Subject: [PATCH] increased the attachment size in gitea.yml --- docker-stack/gitea.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-stack/gitea.yml b/docker-stack/gitea.yml index 9752a9a..40b3a96 100644 --- a/docker-stack/gitea.yml +++ b/docker-stack/gitea.yml @@ -37,6 +37,9 @@ services: - GITEA__openid__ENABLE_OPENID_SIGNUP=false - GITEA__webhook__ALLOWED_HOST_LIST=* - GITEA__metrics__ENABLED=true + - GITEA__attachment__ENABLED=true + - GITEA__attachment__ALLOWED_TYPES=*/* + - GITEA__attachment__MAX_SIZE=100 networks: - traefik-network - prometheus-network