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": [
|
|
|
|
{
|
|
|
|
"name": "Is it a public app ?",
|
|
|
|
"id": "is_public",
|
2019-04-12 23:55:10 +02:00
|
|
|
"type": "bool",
|
2019-04-11 01:12:07 +02:00
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Overwriting config files",
|
|
|
|
"id": "overwrite_files",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"name": "Overwrite the nginx config file ?",
|
|
|
|
"help": "If the file is overwritten, a backup will be created.",
|
|
|
|
"id": "overwrite_nginx",
|
2019-04-12 23:55:10 +02:00
|
|
|
"type": "bool",
|
2019-04-11 01:12:07 +02:00
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "External users",
|
|
|
|
"id": "users",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"name": "Authorized external user creation ?",
|
|
|
|
"help": "Allow user to be created without yunohost account.",
|
|
|
|
"id": "use_web_account",
|
2019-04-12 23:55:10 +02:00
|
|
|
"type": "bool",
|
2019-04-11 01:12:07 +02:00
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|