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

51 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": {
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
},
2022-03-23 03:07:00 +01:00
"version": "9.5.7~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"
},
2019-06-30 19:52:29 +02:00
"license": "GPL-2.0",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
2022-03-23 03:07:00 +01:00
"yunohost": ">= 4.3.0"
2019-06-30 19:52:29 +02:00
},
"multi_instance": false,
"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
}
]
}
}