Files
speed-logger/grafana/provisioning/datasources/sqlite.yml
2026-07-09 19:55:01 +02:00

16 lines
452 B
YAML

apiVersion: 1
datasources:
- name: SQLite
type: frser-sqlite-datasource
uid: speed-tests-sqlite
access: proxy
isDefault: true
jsonData:
path: /data/speedtest.db
# mode=ro because any Grafana viewer (incl. anonymous) can send arbitrary
# SQL to the datasource API; together with the :ro volume mount this
# keeps the database safe from writes through Grafana.
pathOptions: mode=ro
editable: true