homeassistan: Upgrade grafana path

This commit is contained in:
Thomas Basler 2025-01-02 14:16:25 +01:00
parent 8a8e3542f1
commit 677fe3a7f0
2 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@
# The full public facing url you use in browser, used for redirects and emails
# If you use reverse proxy and sub path specify full url (with sub path)
root_url = %(protocol)s://%(domain)s:%(http_port)s/grafana/
root_url = %(protocol)s://%(domain)s:%(http_port)s/api/ingress/grafana/
# Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
serve_from_sub_path = true
@ -517,10 +517,10 @@ enabled = true
#################################### Auth Proxy ##########################
[auth.proxy]
;enabled = false
;header_name = X-WEBAUTH-USER
;header_property = username
;auto_sign_up = true
enabled = true
header_name = X-WEBAUTH-USER
header_property = username
auto_sign_up = true
;sync_ttl = 60
;whitelist = 192.168.1.1, 192.168.2.1
;headers = Email:X-User-Email, Name:X-User-Name

View File

@ -25,7 +25,7 @@ server {
proxy_set_header Connection "upgrade";
}
location /grafana {
location /api/ingress/grafana/ {
client_max_body_size 1024M;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $http_host;