test_apps/ldap_user_app_ynh/manifest.json
2020-05-06 00:20:40 +02:00

29 lines
676 B
JSON

{
"name": "LDAP user app Test",
"id": "ldap_user_app",
"description": {
"en": "Dummy app to test permissions"
},
"license": "GPL-3+",
"license": "Apache-2.0",
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
"requirements": {
"yunohost": ">> 3.3.0"
},
"multi_instance": false,
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for permissions_app"
},
"example": "domain.org"
}
]
}
}