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-12-18 15:22:20 +01:00
|
|
|
"version": "3.15.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": {
|
2023-01-22 03:09:34 +01:00
|
|
|
"yunohost": ">= 11.0.11"
|
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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|