Add homeassitant

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

View File

@@ -22,18 +22,22 @@ 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}
} }
reverse_proxy https://192.168.8.77:8006 { reverse_proxy https://192.168.8.77:8006 {
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}
}
} }
docker.hubris.network { docker.hubris.network {