Initial infrastructure documentation - comprehensive homelab reference
This commit is contained in:
13
caddy-home-assistant-fix-v2.txt
Normal file
13
caddy-home-assistant-fix-v2.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# Home Assistant - Version 2 (without Host header override)
|
||||
bob.nianticbooks.com {
|
||||
reverse_proxy https://10.0.10.24:8123 {
|
||||
header_up X-Forwarded-Host {host}
|
||||
header_up X-Forwarded-Proto {scheme}
|
||||
header_up X-Real-IP {remote_host}
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user