adjust grafana dashboards and teslamate routing
This commit is contained in:
24
caddy/sites/tesla.caddy
Normal file
24
caddy/sites/tesla.caddy
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user