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/actions.json

24 lines
608 B
JSON
Raw Normal View History

2019-04-11 01:12:07 +02:00
[
{
"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
}
]
}
]