Add homeassitant

This commit is contained in:
2026-04-19 21:48:05 +02:00
parent 68ee03b2e8
commit de45bfceeb

View File

@@ -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}
} }
} }