mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "Monitorix",
|
|
"id": "monitorix",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A monitoring tools",
|
|
"fr": "Un outils de monitoring"
|
|
},
|
|
"version": "3.14.0~ynh2",
|
|
"url": "http://monitorix.org",
|
|
"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"
|
|
},
|
|
"license": "GPL-2.0",
|
|
"maintainer": {
|
|
"name": "Josué Tille",
|
|
"email": "josue@familletille.ch"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/monitorix",
|
|
"default": "/monitorix"
|
|
}
|
|
]
|
|
}
|
|
}
|