mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-07-04 01:28:40 +02:00
init
This commit is contained in:
52
grafana/config.json
Normal file
52
grafana/config.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"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}"
|
||||
}
|
||||
Reference in New Issue
Block a user