1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
gitlab_ynh/config_panel.json

42 lines
1.4 KiB
JSON
Raw Normal View History

2019-04-11 01:12:07 +02:00
{
"name": "GitLab configuration panel",
"version": "0.1",
"panel": [
{
"name": "GitLab configuration",
"id": "main",
"sections": [
{
"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
}
]
}
]
}
]
}