Files
pi-hosted/template/apps/grafana.json
2022-11-09 22:54:34 -05:00

26 lines
918 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"categories": [
"Monitor",
"Tools"
],
"description": "Grafana Dashboard anything. Observe everything. Query, visualize, alert on, and understand your data no matter where its stored. With Grafana you can create, explore, and share all of your data through beautiful, flexible dashboards.",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/grafana.png",
"name": "grafana",
"officialDoc": "https://grafana.com/docs/grafana/v9.0/setup-grafana/installation/docker/",
"platform": "linux",
"ports": [
"3030:3000/tcp"
],
"preInstallScript": "install_grafana.sh",
"repository": {
"stackfile_arm32": "stack/grafana.yml",
"stackfile_arm64": "stack/grafana.yml",
"stackfile_amd64": "stack/grafana.yml",
"url": "https://github.com/pi-hosted/pi-hosted"
},
"restart_policy": "unless-stopped",
"title": "Grafana",
"type": 3,
"webpage": "https://grafana.com/grafana/"
}