1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpldapadmin_ynh.git synced 2024-09-03 19:56:45 +02:00
phpldapadmin_ynh/manifest.json
2021-03-25 23:11:43 +01:00

44 lines
1.1 KiB
JSON

{
"name": "phpLDAPadmin",
"id": "phpldapadmin",
"packaging_format": 1,
"description": {
"en": "Manage OpenLDAP database over the web",
"fr": "Application web de gestion de la base OpenLDAP"
},
"version": "1.2.6.2~ynh1",
"url": "http://phpldapadmin.sourceforge.net",
"license": "GPL-2.0-or-later",
"maintainer": {
"name": "aymhce",
"email": "aymhce@gmail.com"
},
"requirements": {
"yunohost": ">= 4.1.7"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/phpldapadmin",
"default": "/phpldapadmin"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
}
]
}
}