Highlights
- Add
caddy-dns/spaceshipDNS provider support, including the provider registry, Caddy image plugin, tests, and documentation. - Improve analytics host filtering: configured proxy hosts are shown by default, with an option to include traffic-only or previously removed hosts.
- Fix blocked-request analytics display and counting. The log parser now preserves incomplete lines between passes and carries blocked-request signatures across parse boundaries.
- Allow safe request body limit directives in custom WAF SecLang settings, enabling larger uploads for services such as Immich.
- Add a Forward Auth badge to the proxy host list and harden mTLS CA deletion by preventing removal of CAs in use and cleaning up issued client certificates and role mappings.
- Restore instance-sync compatibility with proxy host payloads from builds that do not include static response fields.
- Bump production and development dependency groups.
Changes
- d5f645a Fix instance sync compatibility with older proxy host payloads (#184)
- cc9ba72 Add caddy-dns/spaceship DNS provider support
- efeb9d5 Add Forward Auth badge, fix mTLS CA deletion orphans + delete guard
- b506c9b Fix log-parser dropping lines and under-counting blocked requests
- 8d279bd Fix analytics blocked request display
- 60c35e2 deps(deps): bump the production-dependencies group with 5 updates (#182)
- 6c36473 deps(deps-dev): bump the development-dependencies group with 5 updates (#181)
- f06f6c6 Allow WAF request body limit directives in custom SecLang settings (#177)
- f643286 Hide unconfigured hosts from analytics dropdown by default
- 1e3eaad Add "Only proxy hosts" filter to analytics host dropdown (#171)
Full Changelog: v1.4...v1.5