mirror of
https://github.com/YunoHost-Apps/glpi_ynh.git
synced 2024-09-03 20:36:21 +02:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "GLPI",
|
|
"id": "glpi",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "IT Asset Management.",
|
|
"fr": "Gestion des services informatiques (ITSM)."
|
|
},
|
|
"version": "10.0.3~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",
|
|
"cpe": "cpe:2.3:a:glpi-project:glpi"
|
|
},
|
|
"license": "GPL-2.0",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|