2017-02-18 16:45:43 +01:00
|
|
|
{
|
|
|
|
"name": "Grafana",
|
|
|
|
"id": "grafana",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-08-03 08:02:26 +02:00
|
|
|
"en": "Metric & analytic dashboards for monitoring",
|
2017-02-18 16:45:43 +01:00
|
|
|
"fr": "Tableaux de bords de supervision"
|
|
|
|
},
|
2021-12-29 12:04:33 +01:00
|
|
|
"version": "8.3.3~ynh1",
|
2021-08-03 08:23:26 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2021-07-30 16:34:53 +02:00
|
|
|
"url": "https://grafana.com/oss/grafana/",
|
2021-08-03 08:17:25 +02:00
|
|
|
"upstream": {
|
2021-08-03 08:23:26 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2021-08-03 08:17:25 +02:00
|
|
|
"website": "https://grafana.com/",
|
|
|
|
"demo": "https://play.grafana.org",
|
|
|
|
"code": "https://github.com/grafana/"
|
|
|
|
},
|
2017-02-18 16:45:43 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "JimboJoe",
|
|
|
|
"email": "jimmy@monin.net",
|
|
|
|
"url": ""
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-08-22 16:17:29 +02:00
|
|
|
"yunohost": ">= 4.2.0"
|
2017-02-18 16:45:43 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
2021-08-03 08:02:26 +02:00
|
|
|
"nginx"
|
2017-02-18 16:45:43 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/grafana",
|
|
|
|
"default": "/grafana"
|
|
|
|
},
|
2017-03-05 14:41:56 +01:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"example": "homer"
|
|
|
|
},
|
2017-02-18 16:45:43 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|