52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "Grafana",
|
|
"version": "7.0.1",
|
|
"slug": "grafana",
|
|
"description": "The open platform for beautiful analytics and monitoring",
|
|
"url": "https://github.com/hassio-addons/addon-grafana",
|
|
"startup": "services",
|
|
"ingress": true,
|
|
"ingress_port": 1337,
|
|
"panel_icon": "mdi:chart-timeline",
|
|
"panel_title": "Grafana",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"map": [
|
|
"config",
|
|
"ssl"
|
|
],
|
|
"watchdog": "http://[HOST]:1337/api/health",
|
|
"options": {
|
|
"plugins": [],
|
|
"env_vars": [],
|
|
"ssl": true,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem"
|
|
},
|
|
"ports": {
|
|
"80/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "Not required for Ingress"
|
|
},
|
|
"schema": {
|
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
|
"plugins": [
|
|
"str"
|
|
],
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"ssl": "bool",
|
|
"grafana_ingress_user": "str?",
|
|
"env_vars": [
|
|
{
|
|
"name": "match(^GF_([A-Z0-9_])+$)",
|
|
"value": "str"
|
|
}
|
|
]
|
|
},
|
|
"image": "ghcr.io/hassio-addons/grafana/{arch}"
|
|
} |