{ "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" } ] } }