From d9ddfd8679a10c771da9cda3e14cddb8b43e6ca7 Mon Sep 17 00:00:00 2001 From: dtoro Date: Sun, 19 Apr 2026 21:22:29 +0200 Subject: [PATCH] Update proxmox to https --- Caddyfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {