1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grafana_ynh.git synced 2024-09-03 20:36:29 +02:00
grafana_ynh/manifest.json
2017-03-04 09:07:23 +01:00

56 lines
1.5 KiB
JSON

{
"name": "Grafana",
"id": "grafana",
"packaging_format": 1,
"description": {
"en": "Beautiful metric & analytic dashboards for monitoring",
"fr": "Tableaux de bords de supervision"
},
"license": "Apache-2.0",
"url": "http://grafana.org/",
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net",
"url": ""
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Grafana",
"fr": "Choisissez un nom de domaine pour Grafana"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Grafana",
"fr": "Choisissez un chemin pour Grafana"
},
"example": "/grafana",
"default": "/grafana"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": false
}
]
}
}