From 42e7b14b372f3fc4a6dd1bb8aa9f0c39be9effee Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 4 Apr 2022 23:27:01 -0700 Subject: [PATCH] Implement app pass --- homelab/server/config/grafana-stack/grafana.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homelab/server/config/grafana-stack/grafana.ini b/homelab/server/config/grafana-stack/grafana.ini index 6300bcce..95fc39b0 100644 --- a/homelab/server/config/grafana-stack/grafana.ini +++ b/homelab/server/config/grafana-stack/grafana.ini @@ -425,12 +425,13 @@ enabled = true host = smtp.gmail.com user = noreply@jafner.net # If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;""" -password = """4jtX%u#^77jNsoh$z3GqLvUN3trowf#b""" +password = "frasthwbzcjlarit" ;cert_file = ;key_file = skip_verify = false from_address = noreply@jafner.net from_name = Grafana +startTLS_verify = OpportunisticStartTLS # EHLO identity in SMTP dialog (defaults to instance_name) ;ehlo_identity = dashboard.example.com