mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Improve gitea upload behavior
This commit is contained in:
parent
6a2f1c11bc
commit
edafc92d06
3 changed files with 5 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 904e3773fe4e6ed095ae68879b1142956276dd02
|
||||
Subproject commit 7fcc3e640871f6920bd136f0f7e42ae93c38d277
|
|
@ -249,6 +249,9 @@ gitea_enable_cors: true
|
|||
gitea_default_repo_units: 'repo.code,repo.releases,repo.pulls'
|
||||
gitea_disabled_repo_units: 'repo.wiki,repo.ext_wiki,repo.projects'
|
||||
gitea_enable_push_create_user: true
|
||||
gitea_repository_upload_max_size: 30
|
||||
gitea_attachment_types: '*/*'
|
||||
gitea_attachment_max_size: 35
|
||||
|
||||
# gitea secrets
|
||||
gitea_disable_git_hooks: "{{ _gitea_disable_git_hooks }}"
|
||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
jmespath
|
Loading…
Reference in a new issue