We've received reports that in some cases acme.sh is unable to locate required scripts:
"Cannot find dns api hook for: ..."
Although I have not been able to reproduce this, a simple fix seems to add symlinks for the script directories to $LE_WORKING_DIR.
* www/caddy: Directive can be chosen in HTTP Handler, redir added to create HTTP redirects.
* www/caddy: Disable reverse_proxy specific fields when redir is chosen, these fields do not generate anything in the config even when they have been filled out. The disable property makes that clearer to the user. Unhide directive from advanced mode so its easier to create basic redirects. Clean up style names for consistency.
* www/caddy: HandleDirective does not need default in template
commit f70158ab043ec0c2d5b31f469b0b36c3e1445df6
Author: Ad Schellevis <ad@opnsense.org>
Date: Sat Sep 28 22:53:12 2024 +0200
Routing: OSPFv3 - style cleanups for https://github.com/opnsense/plugins/pull/4247
commit 549ee36704f5f40ee2a556eeac0d52b54f880455
Author: Mike Shuey <shuey@fmepnet.org>
Date: Sat Sep 21 11:47:05 2024 -0700
Set up networks, prefix lists, and route maps for OSPF6
* www/caddy: Patch behavior of caddy hanging during a reload or restart in some circumstances. This will avoid caddy waiting indefinitely when the NTLM module is active. After the Grace Period is over, there is a hard kill and restart. Since the template already regenerated the configuration, the new one will be used when Caddy starts.
* www/caddy: Bump revision and add changelog