Add homeassitant
This commit is contained in:
10
Caddyfile
10
Caddyfile
@@ -22,6 +22,13 @@ git.hubris.network {
|
|||||||
reverse_proxy 192.168.8.121:3000
|
reverse_proxy 192.168.8.121:3000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
home.hubris.network {
|
||||||
|
tls {
|
||||||
|
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy 192.168.8.101:8123
|
||||||
|
}
|
||||||
|
|
||||||
proxmox.hubris.network {
|
proxmox.hubris.network {
|
||||||
tls {
|
tls {
|
||||||
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||||
@@ -30,9 +37,6 @@ proxmox.hubris.network {
|
|||||||
transport http {
|
transport http {
|
||||||
tls_insecure_skip_verify
|
tls_insecure_skip_verify
|
||||||
}
|
}
|
||||||
header_up Host {upstream_hostport}
|
|
||||||
header_up X-Forwarded-Proto https
|
|
||||||
header_up X-Forwarded-For {remote_host}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user