adjust grafana dashboards and teslamate routing

This commit is contained in:
2025-08-01 13:41:18 +02:00
parent 48025fae12
commit 06cc7755d8
5 changed files with 33 additions and 1175 deletions

24
caddy/sites/tesla.caddy Normal file
View File

@@ -0,0 +1,24 @@
tesla.{$SUBDOMAIN}.{$DOMAIN} {
log {
output file /var/log/tesla.log
}
import ../conf/authentik.caddy
reverse_proxy host:3004
handle /assets/* {
reverse_proxy http://host:4000
}
handle /live/* {
reverse_proxy http://host:4000
}
handle /settings {
reverse_proxy http://host:4000
}
handle_path /mate* {
reverse_proxy http://host:4000
}
}