1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00
monitorix_ynh/manifest.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2017-01-05 23:37:07 +01:00
{
"name": "Monitorix",
"id": "monitorix",
"packaging_format": 1,
"description": {
"en": "A monitoring tools",
"fr": "Un outils de monitoring"
},
2022-11-02 22:30:06 +01:00
"version": "3.14.0~ynh2",
2017-01-05 23:37:07 +01:00
"url": "http://monitorix.org",
2022-11-02 22:30:06 +01:00
"upstream": {
"license": "GPL-2.0",
"website": "http://monitorix.org",
"demo": "https://www.fibranet.cat/monitorix/",
"admindoc": "https://www.monitorix.org/documentation.html",
"code": "https://github.com/mikaku/Monitorix"
},
2017-10-13 18:21:19 +02:00
"license": "GPL-2.0",
2017-01-05 23:37:07 +01:00
"maintainer": {
"name": "Josué Tille",
"email": "josue@familletille.ch"
},
"requirements": {
2022-11-02 22:30:06 +01:00
"yunohost": ">= 4.3.0"
2017-01-05 23:37:07 +01:00
},
"multi_instance": false,
"services": [
"nginx",
"mysql"
],
"arguments": {
2022-11-02 22:30:06 +01:00
"install": [
2017-01-05 23:37:07 +01:00
{
"name": "domain",
2022-11-02 22:30:06 +01:00
"type": "domain"
2017-01-05 23:37:07 +01:00
},
{
"name": "path",
2017-02-13 16:17:53 +01:00
"type": "path",
2017-01-05 23:37:07 +01:00
"example": "/monitorix",
"default": "/monitorix"
}
]
}
}