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

53 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",
2022-09-03 19:28:45 +02:00
"fr": "Tableaux de bord de supervision"
2017-02-18 16:45:43 +01:00
},
2023-07-23 13:05:36 +02:00
"version": "10.0.2~ynh1",
"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
}
]
}
}