www/caddy: Add changelogs and bump plugin to version 2.0.0 (#4703)

* www/caddy: Update pkg-descr

* www/caddy: Bump version

* www/caddy: Sync pkg-descr with available description in github.com/caddyserver
This commit is contained in:
Monviech
2025-05-14 13:07:48 +02:00
committed by GitHub
parent 601e0ee2ee
commit a5fdb9ccd1
2 changed files with 16 additions and 10 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= caddy
PLUGIN_VERSION= 1.8.5
PLUGIN_REVISION= 1
PLUGIN_VERSION= 2.0.0
PLUGIN_DEPENDS= caddy-custom
PLUGIN_COMMENT= Modern Reverse Proxy with Automatic HTTPS, Dynamic DNS and Layer4 Routing
PLUGIN_MAINTAINER= cedrik@pischem.com
+15 -8
View File
@@ -1,11 +1,4 @@
Caddy - The Ultimate Server - makes your sites more secure, more reliable, and more scalable than any other solution.
By default, Caddy automatically obtains and renews TLS certificates (Let's Encrypt and ZeroSSL) for all your sites.
It's the most advanced HTTPS server in the world.
* Reverse Proxy HTTP, HTTPS and WebSockets
* Route UDP/TCP traffic with the included Layer4 module: https://github.com/mholt/caddy-l4
* Dynamic DNS module included: https://github.com/mholt/caddy-dynamicdns
* Large selection of DNS Providers available: https://github.com/caddy-dns
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
WWW: https://caddyserver.com/
DOC: https://docs.opnsense.org/manual/how-tos/caddy.html
@@ -13,6 +6,20 @@ DOC: https://docs.opnsense.org/manual/how-tos/caddy.html
Plugin Changelog
================
2.0.0
* Attention - Breaking Change: All DNS Providers except Cloudflare have been removed and will not come back (opnsense/plugins/pull/4691)
Going forward, if DNS-01 challenge or Dynamic DNS is a requirement, you could use os-acme-client and os-ddclient.
Another option is to migrate to Cloudflare, as this module will stay a core component.
* Add: Request Matcher option to Access List (contributed by spawntty) (opnsense/plugins/pull/4680)
* Add: ECH can configure encrypted client hello with Cloudflare (opnsense/plugins/pull/4673)
* Add: Client Auth (mTLS) to subdomains (opnsense/plugins/pull/4673)
* Build: Update to caddy-v2.10.0 (opnsense/tools/pull/469)
* Change: Render subdomains in a new pattern in the Caddyfile to adhere to caddy-v2.10.0 standard (opnsense/plugins/pull/4673)
* Change: Show only wildcard domains in subdomain selection (opnsense/plugins/pull/4646)
* Fix: Missing translation and toggle filter icon (opnsense/plugins/pull/4648)
1.8.5
* Add: basic_auth per handler (opnsense/plugins/issues/4619)