From f35c05e2c1e70d2d6c00eff3fab27e725c37755c Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Sun, 1 Feb 2026 05:10:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20feat(grafana):=20enable=20anonym?= =?UTF-8?q?ous=20viewer=20access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow public read-only access to Grafana dashboards. Co-Authored-By: Claude Opus 4.5 --- docker-compose.macmini.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 0a92d933d..80226c494 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -1119,6 +1119,8 @@ services: GF_SECURITY_ADMIN_USER: admin GF_SECURITY_ADMIN_PASSWORD: ${GRAFANA_PASSWORD:-admin} GF_USERS_ALLOW_SIGN_UP: false + GF_AUTH_ANONYMOUS_ENABLED: true + GF_AUTH_ANONYMOUS_ORG_ROLE: Viewer GF_SERVER_ROOT_URL: https://grafana.mana.how GF_SERVER_HTTP_PORT: 8000 volumes: