From d3728dae7d52588bbdef296019d1808b11f23d85 Mon Sep 17 00:00:00 2001 From: bright77777 Date: Thu, 30 Jul 2026 10:43:54 +0100 Subject: [PATCH] fix: caddy file caddy was restarting, because PUBLIC_HOST is empty after the installation script --- Caddyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Caddyfile b/Caddyfile index f0c227c..3118012 100644 --- a/Caddyfile +++ b/Caddyfile @@ -11,10 +11,10 @@ admin 0.0.0.0:2019 } -# Ops-panel lui-même : web (canvas) + api derrière /api + WebSocket sur /ws. -# PUBLIC_HOST = vrai domaine en prod (ex: ops.bozando.com) -> HTTPS auto Let's +# le panel lui-même : web (canvas) + api derrière /api + WebSocket sur /ws. +# PUBLIC_HOST = vrai domaine en prod (ex: hullbay.dev) -> HTTPS auto Let's # Encrypt. Défaut :80 en dev / IP nue. -{$PUBLIC_HOST::80} { +:80 { handle /api/* { reverse_proxy api:4000 }