ro changes

This commit is contained in:
2026-07-09 19:55:01 +02:00
parent 149ef202e3
commit 0818554bae
2 changed files with 3 additions and 2 deletions

View File

@@ -7,8 +7,9 @@ datasources:
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.
path: /data/speedtest.db?mode=ro
pathOptions: mode=ro
editable: true