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
2021-12-29 12:04:33 +01:00

55 lines
1.3 KiB
JSON

{
"name": "Grafana",
"id": "grafana",
"packaging_format": 1,
"description": {
"en": "Metric & analytic dashboards for monitoring",
"fr": "Tableaux de bords de supervision"
},
"version": "8.3.3~ynh1",
"license": "AGPL-3.0-only",
"url": "https://grafana.com/oss/grafana/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://grafana.com/",
"demo": "https://play.grafana.org",
"code": "https://github.com/grafana/"
},
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net",
"url": ""
},
"requirements": {
"yunohost": ">= 4.2.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/grafana",
"default": "/grafana"
},
{
"name": "admin",
"type": "user",
"example": "homer"
},
{
"name": "is_public",
"type": "boolean",
"default": false
}
]
}
}