Compare commits

...

2 Commits

@ -21,10 +21,17 @@
[metrics]
enabled = true
disable_total_stats = false
[server]
domain = grafana.{{ domain }}
http_addr = 0.0.0.0
root_url = https://grafana.{{ domain }}
# https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication
[auth]
oauth_allow_insecure_email_lookup = true
disable_signout_menu = true
[auth.generic_oauth]
enabled = true
name = Authelia
@ -40,6 +47,7 @@
groups_attribute_path = groups
name_attribute_path = name
use_pkce = true
auto_login = true
mode: "0644"
- name: Provision Prometheus

@ -11,7 +11,7 @@ scrape_configs:
- job_name: node
static_configs:
- targets: ['host.docker.internal:9100']
- targets: ['host.docker.internal:9100', 'on-fire-within:9100']
- job_name: docker
static_configs:

Loading…
Cancel
Save