Compare commits

..

No commits in common. 'b0710a20dda607f54bff5f735650a3b4f2a96a05' and 'e1466baf0fd831f8f4523c5a76172c07ad88c180' have entirely different histories.

@ -21,17 +21,10 @@
[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
@ -47,7 +40,6 @@
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', 'on-fire-within:9100']
- targets: ['host.docker.internal:9100']
- job_name: docker
static_configs:

Loading…
Cancel
Save