Commit Graph

8 Commits (331eb6d7e1e45d6f57f72276edaba0e9b77f8da1)

Author SHA1 Message Date
Monviech 331eb6d7e1
Update caddy.rst - Added hint about wildcard domains not containing their root domain in a certificate. 2 months ago
Monviech 3919b81c04
Update caddy.rst - Small fix regarding DynDNS 2 months ago
Monviech f58e55533b
Update caddy.rst - Add new upstream load balance description 2 months ago
Monviech 71ece67d04
www/caddy: Changes for version 1.5.3 and 1.5.4 (#548)
* 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>
2 months ago
Dany Marcoux a0f4ac7ca4
Add instructions in Caddy on how to prevent the HTTP_REFERER error (#547)
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
3 months ago
Monviech 5703a65b37
Update caddy.rst (#546)
TLS Insecure Skip Verify added to docs
3 months ago
Ad Schellevis 01d23c0b9e caddy - fix some compile warnings 3 months ago
Monviech 6dbed48048
www/caddy: Documentation (#545) 3 months ago