Short Description
Short description is empty for this repo.
Full Description
grafana-server
Simple go server for grafana dashboard. It will:
- Automatically download and extract grafana files.
- Host grafana on port 5555
install and run
go get github.com/captncraig/grafana-server
then simply run:
grafana-server
from $GOPATH/bin
Future plans
- Built in standalone backend for storing dashboards. Will use elastic search protocol to be compatible with existing code.
- Config ui.
- Multiple subdomains with independent configs / dashboard sets / security