Add admin access support to Grafana w/ provided user/pass
This commit is contained in:
parent
f50a08b50b
commit
81560eaa2c
@ -25,6 +25,9 @@ services:
|
||||
- influx
|
||||
ports:
|
||||
- "2938:3000"
|
||||
environment:
|
||||
GF_SECURITY_ADMIN_USER: "${GRAFANA_USERNAME}"
|
||||
GF_SECURITY_ADMIN_PASSWORD: "${GRAFANA_PASSWORD}"
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
|
@ -4,9 +4,6 @@ instance_name = pluralkit
|
||||
allow_sign_up = false
|
||||
allow_org_create = false
|
||||
|
||||
[auth]
|
||||
disable_login_form = true
|
||||
|
||||
[auth.anonymous]
|
||||
enabled = true
|
||||
org_role = Viewer
|
Loading…
Reference in New Issue
Block a user