Add homeassitant
This commit is contained in:
14
Caddyfile
14
Caddyfile
@@ -22,18 +22,22 @@ git.hubris.network {
|
||||
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 {
|
||||
tls {
|
||||
dns ionos {env.IONOS_AUTH_API_TOKEN}
|
||||
}
|
||||
reverse_proxy https://192.168.8.77:8006 {
|
||||
transport http {
|
||||
transport http {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user