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",
|
2022-09-03 19:28:45 +02:00
|
|
|
"fr": "Tableaux de bord de supervision"
|
2017-02-18 16:45:43 +01:00
|
|
|
},
|
2022-11-17 07:13:11 +01:00
|
|
|
"version": "9.2.5~ynh1",
|
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",
|
2022-09-03 19:28:45 +02:00
|
|
|
"code": "https://github.com/grafana/grafana"
|
2021-08-03 08:17:25 +02:00
|
|
|
},
|
2022-01-27 00:30:36 +01:00
|
|
|
"license": "AGPL-3.0-only",
|
2017-02-18 16:45:43 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "JimboJoe",
|
2022-01-27 00:30:36 +01:00
|
|
|
"email": "jimmy@monin.net"
|
2017-02-18 16:45:43 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
2022-01-27 00:30:36 +01:00
|
|
|
"yunohost": ">= 4.3.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": {
|
2022-01-27 00:30:36 +01:00
|
|
|
"install": [
|
2017-02-18 16:45:43 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-01-27 00:30:36 +01:00
|
|
|
"type": "domain"
|
2017-02-18 16:45:43 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/grafana",
|
|
|
|
"default": "/grafana"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
2022-03-06 19:14:13 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
2017-02-18 16:45:43 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|