From 4b9ffee035adb25406c3f877b1c7199b74b99d83 Mon Sep 17 00:00:00 2001 From: Andreas Brain Date: Tue, 1 Jun 2021 18:34:56 +0200 Subject: [PATCH] Set explicit default repository upload temp path --- templates/gitea.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index 4a2a87d..19171d3 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -18,6 +18,8 @@ FORCE_PRIVATE = {{ gitea_force_private | ternary('true', 'false') }} MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }} DISABLE_HTTP_GIT = {{ gitea_disable_http_git | ternary('true', 'false') }} DEFAULT_BRANCH = {{ gitea_default_branch }} +[repository.upload] +TEMP_PATH = {{ gitea_home }}/data/tmp/uploads {{ gitea_repository_extra_config }} ; ;