1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glpi_ynh.git synced 2024-09-03 20:36:21 +02:00
glpi_ynh/manifest.json
2022-03-23 08:24:04 +01:00

50 lines
1.2 KiB
JSON

{
"name": "GLPI",
"id": "glpi",
"packaging_format": 1,
"description": {
"en": "GLPI package for YunoHost.",
"fr": "GLPI pour YunoHost."
},
"version": "9.5.7~ynh1",
"url": "https://glpi-project.org/",
"upstream": {
"license": "GPL-2.0",
"website": "https://glpi-project.org",
"admindoc": "https://glpi-install.readthedocs.io/en/latest/",
"code": "https://github.com/glpi-project/glpi"
},
"license": "GPL-2.0",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/glpi",
"default": "/glpi"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}