25 lines
548 B
INI
25 lines
548 B
INI
force_migration = true
|
|
|
|
[server]
|
|
domain = grafana.jafner.net
|
|
root_url = %(protocol)s://%(domain)s/
|
|
force_migration = true
|
|
|
|
[auth]
|
|
oauth_auto_login = true
|
|
|
|
[auth.anonymous]
|
|
enabled = true
|
|
|
|
[auth.generic_oauth]
|
|
name = OAuth
|
|
icon = signin
|
|
enabled = true
|
|
client_id = ***REMOVED***
|
|
client_secret = ***REMOVED***
|
|
scopes = email openid profile
|
|
empty_scopes = false
|
|
auth_url = https://authentik.jafner.net/application/o/authorize/
|
|
token_url = https://authentik.jafner.net/application/o/token/
|
|
api_url = https://authentik.jafner.net/application/o/userinfo/
|