Skip to content

Commit a5fdb9c

Browse files
authored
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
1 parent 601e0ee commit a5fdb9c

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

www/caddy/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PLUGIN_NAME= caddy
2-
PLUGIN_VERSION= 1.8.5
3-
PLUGIN_REVISION= 1
2+
PLUGIN_VERSION= 2.0.0
43
PLUGIN_DEPENDS= caddy-custom
54
PLUGIN_COMMENT= Modern Reverse Proxy with Automatic HTTPS, Dynamic DNS and Layer4 Routing
65
PLUGIN_MAINTAINER= [email protected]

www/caddy/pkg-descr

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
Caddy - The Ultimate Server - makes your sites more secure, more reliable, and more scalable than any other solution.
2-
By default, Caddy automatically obtains and renews TLS certificates (Let's Encrypt and ZeroSSL) for all your sites.
3-
It's the most advanced HTTPS server in the world.
4-
5-
* Reverse Proxy HTTP, HTTPS and WebSockets
6-
* Route UDP/TCP traffic with the included Layer4 module: https://github.com/mholt/caddy-l4
7-
* Dynamic DNS module included: https://github.com/mholt/caddy-dynamicdns
8-
* Large selection of DNS Providers available: https://github.com/caddy-dns
1+
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
92

103
WWW: https://caddyserver.com/
114
DOC: https://docs.opnsense.org/manual/how-tos/caddy.html
125

136
Plugin Changelog
147
================
158

9+
2.0.0
10+
11+
* Attention - Breaking Change: All DNS Providers except Cloudflare have been removed and will not come back (opnsense/plugins/pull/4691)
12+
Going forward, if DNS-01 challenge or Dynamic DNS is a requirement, you could use os-acme-client and os-ddclient.
13+
Another option is to migrate to Cloudflare, as this module will stay a core component.
14+
15+
* Add: Request Matcher option to Access List (contributed by spawntty) (opnsense/plugins/pull/4680)
16+
* Add: ECH can configure encrypted client hello with Cloudflare (opnsense/plugins/pull/4673)
17+
* Add: Client Auth (mTLS) to subdomains (opnsense/plugins/pull/4673)
18+
* Build: Update to caddy-v2.10.0 (opnsense/tools/pull/469)
19+
* Change: Render subdomains in a new pattern in the Caddyfile to adhere to caddy-v2.10.0 standard (opnsense/plugins/pull/4673)
20+
* Change: Show only wildcard domains in subdomain selection (opnsense/plugins/pull/4646)
21+
* Fix: Missing translation and toggle filter icon (opnsense/plugins/pull/4648)
22+
1623
1.8.5
1724

1825
* Add: basic_auth per handler (opnsense/plugins/issues/4619)

0 commit comments

Comments
 (0)