* Update caddy.rst - Some terminology changes for the new os-caddy version.
* Update caddy.rst - Small Typo fixed.
* Update caddy.rst - DNS01 is not needed for Dynamic DNS to work
* Update caddy.rst - Another small typo.
* Update caddy.rst
Add HTTP-01 challenge redirection option
* Update caddy.rst
- Added Tutorial section for the HTTP-01 challenge redirection
- A few more changes to get the docs in line with the new os-caddy-1.5.3 update
* Update caddy.rst - Add HTTP Response Code and Message
* Update caddy.rst - Add Header Manipulation
* Update caddy.rst - Added short tutorial how to use the most common header manipulation.
* Update caddy.rst - Improve header manipulation tutorial with the most common usecase, reverse proxying to an upstream webserver with vhosts.
* Update caddy.rst - Format fix
* Update caddy.rst - Add new fields for forward_auth support
* Update caddy.rst - Add configuration example for Authelia
* Update caddy.rst - Reformat doc
* Update caddy.rst
* Update caddy.rst - Again a few typos
* Revert all changes regarding forward_auth in caddy.rst
Since implementing this feature properly would take a redesign how the current handle/reverse_proxy structure works, it is unfeasible for now.
I am unsure the usecase is really there either. With basic_auth implemented, it's far easier to restrict access in a less convoluted way.
Combining basic_auth with http logs and crowdsec, makes bruteforcing also impossible, IP addresses are banned quite swiftly.
* Update source/manual/how-tos/caddy.rst - Typo
Co-authored-by: Dany Marcoux <github@dmarcoux.com>
* Update source/manual/how-tos/caddy.rst - Typo
Co-authored-by: Dany Marcoux <github@dmarcoux.com>
---------
Co-authored-by: Dany Marcoux <github@dmarcoux.com>
While setting up a reverse proxy for the OPNsense web UI, I stumbled on
this error. Without this configuration change, we get the following
error after logging in to https://opn.example.com
> The HTTP_REFERER "https://opn.example.com/" does not match the predefined settings
Also remove a bit of clutter from the text and adjust GUI labels
slightly where the text was mismatching plus fill the gap of missing
option max file size.
PR: https://github.com/opnsense/core/issues/6830
This changed for 24.1: the image signatures are for the uncompressed
images in order to verify the integrity before writing to a medium.
There have been cases of damaged uncompressed images so this way it
can be found and avoided.