mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
adds new ini parameter DEFAULT_PRIVATE
This commit is contained in:
parent
ac01b1e467
commit
062325f27e
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ SCRIPT_TYPE = bash
|
||||||
ANSI_CHARSET =
|
ANSI_CHARSET =
|
||||||
; Force every new repository to be private
|
; Force every new repository to be private
|
||||||
FORCE_PRIVATE = {{ gitea_force_private }}
|
FORCE_PRIVATE = {{ gitea_force_private }}
|
||||||
|
; Default privacy setting when creating a new repository, allowed values: last, private, public. Default is last which means the last setting used.
|
||||||
|
DEFAULT_PRIVATE = last
|
||||||
; Global maximum creation limit of repository per user, -1 means no limit
|
; Global maximum creation limit of repository per user, -1 means no limit
|
||||||
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
|
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
|
||||||
; Mirror sync queue length, increase if mirror syncing starts hanging
|
; Mirror sync queue length, increase if mirror syncing starts hanging
|
||||||
|
|
Loading…
Reference in a new issue