gas-stack/ops/grafana/grafana-setup.sh
wispem-wantex c09a2fe1fb
Some checks failed
CI / build-docker (push) Successful in 6s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Failing after 2m38s
tmp: grafana stuff
2026-02-22 21:45:05 -08:00

8 lines
233 B
Bash

#!/bin/bash
# Install the SQLite plugin
grafana cli --homepath . --config conf/grafana.ini --pluginsDir /memory/plugins plugins install frser-sqlite-datasource
# Run the server
grafana server --homepath . --config conf/grafana.ini