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

56 lines
1.3 KiB
JSON
Raw Normal View History

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",
"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"
},
{
"name": "admin",
"type": "user",
"example": "homer"
},
2017-02-18 16:45:43 +01:00
{
"name": "is_public",
"type": "boolean",
"default": false
}
]
}
}