mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
50 lines
No EOL
1.7 KiB
JSON
50 lines
No EOL
1.7 KiB
JSON
{
|
|
"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",
|
|
"type": "bool",
|
|
"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",
|
|
"type": "bool",
|
|
"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",
|
|
"type": "bool",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |