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

40 lines
880 B
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"
},
2021-02-06 22:30:50 +01:00
"version": "3.13.1~ynh1",
2017-01-05 23:37:07 +01:00
"url": "http://monitorix.org",
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-10-24 11:05:10 +02:00
"yunohost": ">= 4.1.2"
2017-01-05 23:37:07 +01:00
},
"multi_instance": false,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2017-02-13 16:17:53 +01:00
"type": "domain",
2017-01-05 23:37:07 +01:00
"example": "example.com"
},
{
"name": "path",
2017-02-13 16:17:53 +01:00
"type": "path",
2017-01-05 23:37:07 +01:00
"example": "/monitorix",
"default": "/monitorix"
}
]
}
}