added control page

This commit is contained in:
2026-07-09 19:40:33 +02:00
parent 19fec18cf7
commit 149ef202e3
9 changed files with 263 additions and 11 deletions

View File

@@ -7,5 +7,8 @@ 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
editable: true