From 1e3199b72edc7f08d4018cc6d794bb44cef279aa Mon Sep 17 00:00:00 2001 From: nexxo Date: Thu, 30 Jul 2026 23:35:38 +0200 Subject: [PATCH] Release v1.3.72 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit install-agent.sh now creates /etc/caddy/clupilot-proxy-hosts.conf and adds the import line itself, validating afterwards and taking the line back out if Caddy rejects it. The previous release told the operator to add that line by hand while nothing created the file — and an import of a missing file makes the whole proxy configuration invalid, which would have taken the portal down with it. A hostname already written by hand in the Caddyfile is skipped when the managed file is rendered. Two blocks for one name make Caddy reject everything. Run once per server: sudo bash /opt/clupilot/deploy/install-agent.sh 2037 tests pass. Co-Authored-By: Claude Opus 5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 16fe855..f7f171b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.71 +1.3.72