16 lines
452 B
YAML
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
|