2019-04-11 01:12:07 +02:00
|
|
|
{
|
|
|
|
"name": "GitLab configuration panel",
|
|
|
|
"version": "0.1",
|
|
|
|
"panel": [
|
|
|
|
{
|
|
|
|
"name": "GitLab configuration",
|
|
|
|
"id": "main",
|
|
|
|
"sections": [
|
|
|
|
{
|
|
|
|
"name": "Public access",
|
|
|
|
"id": "is_public",
|
|
|
|
"options": [
|
|
|
|
{
|
2019-08-18 19:52:02 +02:00
|
|
|
"name": "is_public",
|
2019-08-18 16:07:18 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public app ?"
|
|
|
|
},
|
2019-08-18 19:52:02 +02:00
|
|
|
"type": "boolean",
|
2019-04-11 01:12:07 +02:00
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Overwriting config files",
|
|
|
|
"id": "overwrite_files",
|
|
|
|
"options": [
|
|
|
|
{
|
2019-08-18 19:52:02 +02:00
|
|
|
"name": "overwrite_nginx",
|
2019-08-18 16:07:18 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Overwrite the nginx config file ?"
|
|
|
|
},
|
2019-04-11 01:12:07 +02:00
|
|
|
"help": "If the file is overwritten, a backup will be created.",
|
2019-08-18 19:52:02 +02:00
|
|
|
"type": "boolean",
|
2019-04-11 01:12:07 +02:00
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "External users",
|
|
|
|
"id": "users",
|
|
|
|
"options": [
|
|
|
|
{
|
2019-08-18 19:52:02 +02:00
|
|
|
"name": "use_web_account",
|
2019-08-18 16:07:18 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Authorized external user creation ?"
|
|
|
|
},
|
2019-04-11 01:12:07 +02:00
|
|
|
"help": "Allow user to be created without yunohost account.",
|
2019-08-18 19:52:02 +02:00
|
|
|
"type": "boolean",
|
2019-04-11 01:12:07 +02:00
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|