{ "name": "Grafana", "id": "grafana", "packaging_format": 1, "description": { "en": "Metric & analytic dashboards for monitoring", "fr": "Tableaux de bord de supervision" }, "version": "9.5.2~ynh1", "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/grafana" }, "license": "AGPL-3.0-only", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/grafana", "default": "/grafana" }, { "name": "is_public", "type": "boolean", "default": false }, { "name": "admin", "type": "user" } ] } }