mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
24 lines
608 B
JSON
24 lines
608 B
JSON
|
[
|
||
|
{
|
||
|
"id": "web_account",
|
||
|
"name": "External users",
|
||
|
"command": "/bin/bash scripts/actions/web_account",
|
||
|
"user": "root",
|
||
|
"accepted_return_codes": [
|
||
|
0
|
||
|
],
|
||
|
"description": {
|
||
|
"en": "Allow user to be created without yunohost account."
|
||
|
},
|
||
|
"arguments": [
|
||
|
{
|
||
|
"name": "use_web_account",
|
||
|
"type": "boolean",
|
||
|
"ask": {
|
||
|
"en": "Authorized external user creation ?"
|
||
|
},
|
||
|
"default": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|