{ "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~ynh2", "url": "http://www.phpldapadmin.org", "upstream": { "license": "GPL-2.0-or-later", "website": "http://www.phpldapadmin.org", "demo": "https://olddemo.phpldapadmin.org/", "admindoc": "http://www.phpldapadmin.org", "code": "https://github.com/leenooks/phpLDAPadmin" }, "license": "GPL-2.0-or-later", "maintainer": { "name": "aymhce", "email": "aymhce@gmail.com" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/phpldapadmin", "default": "/phpldapadmin" }, { "name": "admin", "type": "user" } ] } }