mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
cf9d6789c0
Pre-imported dashboard was failing due to missing uid field. Moreover, Influxdb auto-configuration to enable opentsdb wasn't working any more. All of this was certainly due to recent versions of Grafana and Influxdb.
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "Grafana",
|
|
"id": "grafana",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Beautiful metric & analytic dashboards for monitoring",
|
|
"fr": "Tableaux de bords de supervision"
|
|
},
|
|
"version": "1.1.0~ynh1",
|
|
"license": "Apache-2.0",
|
|
"url": "http://grafana.org/",
|
|
"maintainer": {
|
|
"name": "JimboJoe",
|
|
"email": "jimmy@monin.net",
|
|
"url": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.7.2"
|
|
},
|
|
"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": "port",
|
|
"ask": {
|
|
"en": "Choose a port for your server. Let as default if you don't want to change it",
|
|
"fr": "Entrez un port pour votre serveur. Laissez par défaut si vous ne voulez pas en changer"
|
|
},
|
|
"example": "3000",
|
|
"default": "3000"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose an admin user",
|
|
"fr": "Choisissez l'administrateur"
|
|
},
|
|
"example": "homer"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|