mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
improving [repository] and [repository.upload] section
add gitea_repository_upload_extra_config variable
This commit is contained in:
parent
9b4e0a7cd4
commit
43e8682148
1 changed files with 3 additions and 1 deletions
|
@ -18,9 +18,11 @@ 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 }}
|
||||
{{ gitea_repository_extra_config }}
|
||||
;
|
||||
[repository.upload]
|
||||
TEMP_PATH = {{ gitea_home }}/data/tmp/uploads
|
||||
{{ gitea_repository_extra_config }}
|
||||
{{ gitea_repository_upload_extra_config }}
|
||||
;
|
||||
;
|
||||
; -> https://docs.gitea.io/en-us/config-cheat-sheet/#ui-ui
|
||||
|
|
Loading…
Reference in a new issue