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

52 lines
1.2 KiB
JSON
Raw Normal View History

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": {
2022-03-23 08:25:52 +01:00
"en": "IT Asset Management.",
"fr": "Gestion des services informatiques (ITSM)."
2019-06-30 19:52:29 +02:00
},
2022-11-05 07:16:14 +01:00
"version": "10.0.5~ynh1",
2019-06-30 19:59:05 +02:00
"url": "https://glpi-project.org/",
2022-03-23 03:07:00 +01:00
"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"
2022-03-23 03:07:00 +01:00
},
2019-06-30 19:52:29 +02:00
"license": "GPL-2.0",
"maintainer": {
2022-10-05 22:36:43 +02:00
"name": "",
"email": ""
2019-06-30 19:52:29 +02:00
},
"requirements": {
2022-03-23 03:07:00 +01:00
"yunohost": ">= 4.3.0"
2019-06-30 19:52:29 +02:00
},
2022-03-23 08:24:04 +01:00
"multi_instance": true,
2019-06-30 19:52:29 +02:00
"services": [
"nginx",
2022-03-23 03:07:00 +01:00
"php7.3-fpm",
2019-06-30 19:52:29 +02:00
"mysql"
],
"arguments": {
2022-03-23 03:07:00 +01:00
"install": [
{
2019-06-30 19:52:29 +02:00
"name": "domain",
2022-03-23 03:07:00 +01:00
"type": "domain"
2019-06-30 19:52:29 +02:00
},
{
"name": "path",
"type": "path",
2019-06-30 20:10:41 +02:00
"example": "/glpi",
"default": "/glpi"
2019-06-30 19:52:29 +02:00
},
{
"name": "is_public",
"type": "boolean",
2022-03-23 03:07:00 +01:00
"default": true
2019-06-30 19:52:29 +02:00
}
]
}
2022-10-05 22:36:43 +02:00
}