mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
42 lines
No EOL
1.4 KiB
JSON
42 lines
No EOL
1.4 KiB
JSON
{
|
|
"name": "GitLab configuration panel",
|
|
"version": "0.1",
|
|
"panel": [
|
|
{
|
|
"name": "GitLab configuration",
|
|
"id": "main",
|
|
"sections": [
|
|
{
|
|
"name": "Overwriting config files",
|
|
"id": "overwrite_files",
|
|
"options": [
|
|
{
|
|
"name": "overwrite_nginx",
|
|
"ask": {
|
|
"en": "Overwrite the nginx config file ?"
|
|
},
|
|
"help": "If the file is overwritten, a backup will be created.",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "External users",
|
|
"id": "users",
|
|
"options": [
|
|
{
|
|
"name": "use_web_account",
|
|
"ask": {
|
|
"en": "Authorized external user creation ?"
|
|
},
|
|
"help": "Allow user to be created without yunohost account.",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |