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
Éric Gaspar dc3b486c8c
Add templates (#13)
* Add templates
2021-10-02 22:16:32 +02:00

49 lines
1.3 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~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"
}
]
}
}