mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 00:39:39 +02:00
🔧 feat(grafana): enable anonymous viewer access
Allow public read-only access to Grafana dashboards. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d4784e9e81
commit
f35c05e2c1
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue