From a219176c95372fd400158ffce1c60247c97e6346 Mon Sep 17 00:00:00 2001 From: Claudio Date: Thu, 14 May 2026 13:29:26 +0200 Subject: [PATCH] Add zimaos.hubris.network -> VM 100 (192.168.8.195) Reverse-proxies the new ZimaOS VM through the standard pattern (TLS via IONOS DNS-01, plain reverse_proxy to backend). Cert issued by Lets Encrypt on first request. --- Caddyfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Caddyfile b/Caddyfile index 7441336..0ac8042 100644 --- a/Caddyfile +++ b/Caddyfile @@ -183,3 +183,10 @@ plato.hubris.network { } reverse_proxy 192.168.8.190:8080 } + +zimaos.hubris.network { + tls { + dns ionos {env.IONOS_AUTH_API_TOKEN} + } + reverse_proxy 192.168.8.195 +}