passwordless grafana

This commit is contained in:
2024-12-22 19:22:51 +01:00
parent 8760b31de9
commit 89f726317b
2 changed files with 3 additions and 3 deletions

View File

@@ -7,4 +7,4 @@ services:
restart: unless-stopped
volumes:
- /opt/grafana:/var/lib/grafana
#- /opt/grafana/grafana.ini:/etc/grafana/grafana.ini
- /opt/grafana/grafana.ini:/etc/grafana/grafana.ini

View File

@@ -629,13 +629,13 @@
#################################### Anonymous Auth ######################
[auth.anonymous]
# enable anonymous access
;enabled = false
enabled = true
# specify organization name that should be used for unauthenticated users
;org_name = Main Org.
# specify role for unauthenticated users
;org_role = Viewer
org_role = Admin
# mask the Grafana version number for unauthenticated users
;hide_version = false