Hostityourself/builder
Claude 11db59d612
fix: guard against non-dict route entries when filtering Caddy routes
r.get() crashed when the Caddy API returned a routes array containing
string elements. Added isinstance(r, dict) check and also made the
match[0] traversal safer by using any() over the match list.
2026-03-19 10:55:40 +00:00
..
build.sh fix: guard against non-dict route entries when filtering Caddy routes 2026-03-19 10:55:40 +00:00