apiVersion: 1 datasources: - name: SQLite type: frser-sqlite-datasource uid: speed-tests-sqlite access: proxy isDefault: true jsonData: # 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. path: /data/speedtest.db?mode=ro editable: true