mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "Monitorix",
|
|
"id": "monitorix",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A monitoring tools",
|
|
"fr": "Un outils de monitoring"
|
|
},
|
|
"version": "3.10.1~ynh2",
|
|
"url": "http://monitorix.org",
|
|
"license": "GPL-2.0",
|
|
"maintainer": {
|
|
"name": "Josué Tille",
|
|
"email": "josue@familletille.ch"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.7.12"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Monitorix",
|
|
"fr": "Choisissez un nom de domaine pour Monitorix"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Monitorix",
|
|
"fr": "Choisissez un chemin pour Monitorix"
|
|
},
|
|
"example": "/monitorix",
|
|
"default": "/monitorix"
|
|
}
|
|
]
|
|
}
|
|
}
|