diff --git a/Caddyfile b/Caddyfile index 72c33d1..6eb1560 100644 --- a/Caddyfile +++ b/Caddyfile @@ -26,7 +26,11 @@ proxmox.hubris.network { tls { dns ionos {env.IONOS_AUTH_API_TOKEN} } - reverse_proxy 192.168.8.77:8006 + reverse_proxy https://192.168.8.77:8006 { + transport http { + tls_insecure_skip_verify + } + } } docker.hubris.network {