Jafner.net/homelab/server/config/monitoring/custom.ini

25 lines
548 B
INI
Raw Normal View History

2022-05-13 09:35:12 -07:00
force_migration = true
2022-05-13 09:34:32 -07:00
[server]
2022-05-13 00:36:59 -07:00
domain = grafana.jafner.net
2022-05-13 09:37:06 -07:00
root_url = %(protocol)s://%(domain)s/
force_migration = true
2022-06-21 23:31:21 -07:00
2022-07-08 23:37:07 -07:00
[auth]
oauth_auto_login = true
2022-06-21 23:31:21 -07:00
[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/