From edef6731f7308dc6dac3423b8949de27c114ce8c Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 28 Aug 2023 10:21:54 +0200
Subject: [PATCH] Allow viewers to modify dashboards in their browser, but not
 save them

---
 grafana.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grafana.ini b/grafana.ini
index 9c3e4cf..ccd2bdd 100644
--- a/grafana.ini
+++ b/grafana.ini
@@ -329,7 +329,7 @@ default_home_dashboard_path = /var/lib/grafana/dashboards/home.json
 ;external_manage_info =
 
 # Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
-;viewers_can_edit = false
+viewers_can_edit = true
 
 # Editors can administrate dashboard, folders and teams they create
 ;editors_can_admin = false
-- 
GitLab