Skip to content

Commit 9509321

Browse files
authored
Merge pull request roles-ansible#34 from abrain/patch-2
Set explicit default repository upload temp path
2 parents babcfc3 + 4b9ffee commit 9509321

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/gitea.ini.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ FORCE_PRIVATE = {{ gitea_force_private | ternary('true', 'false') }}
1818
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
1919
DISABLE_HTTP_GIT = {{ gitea_disable_http_git | ternary('true', 'false') }}
2020
DEFAULT_BRANCH = {{ gitea_default_branch }}
21+
[repository.upload]
22+
TEMP_PATH = {{ gitea_home }}/data/tmp/uploads
2123
{{ gitea_repository_extra_config }}
2224
;
2325
;

0 commit comments

Comments
 (0)