2019-06-30 19:52:29 +02:00
|
|
|
{
|
2019-06-30 19:59:05 +02:00
|
|
|
"name": "GLPI",
|
|
|
|
"id": "glpi",
|
2019-06-30 19:52:29 +02:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2019-06-30 19:59:05 +02:00
|
|
|
"en": "GLPI package for YunoHost.",
|
|
|
|
"fr": "GLPI pour YunoHost."
|
2019-06-30 19:52:29 +02:00
|
|
|
},
|
2019-06-30 19:59:05 +02:00
|
|
|
"version": "9.4.3",
|
|
|
|
"url": "https://glpi-project.org/",
|
2019-06-30 19:52:29 +02:00
|
|
|
"license": "GPL-2.0",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "liberodark",
|
|
|
|
"email": "liberodark@gmail.com"
|
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 2.7.2"
|
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php5-fpm",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
2019-06-30 19:59:05 +02:00
|
|
|
"en": "Choose a domain name for GLPI",
|
|
|
|
"fr": "Choisissez un nom de domaine pour GLPI"
|
2019-06-30 19:52:29 +02:00
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
2019-06-30 19:59:05 +02:00
|
|
|
"en": "Choose a path for GLPI /red is accepted",
|
|
|
|
"fr": "Choisissez un chemin pour GLPI /red est accepté"
|
2019-06-30 19:52:29 +02:00
|
|
|
},
|
|
|
|
"example": "/red",
|
|
|
|
"default": "/red"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public site ?",
|
|
|
|
"fr": "Est-ce un site public ?"
|
|
|
|
},
|
|
|
|
"default": "true"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|