-
Hello,
I am using the http_redirect module to automatically upgrade HTTP connections to HTTPS on a single port, but as far as I can see there is no way to set headers and I would prefer that the re…
-
Good morning, just wanted to reach out and ask if the development of Caddy v2 is being monitored by yourself and if there is a plan to rebuild the net plugin so it is available for v2?
I'm utilizin…
-
I'm using `dynamic_dns` with `provider porkbun` the A records are created, but instead of overwriting the old IP with with the new one, the old entry is left untouched and a new one is created.
I …
-
**Spoiler:**
I fixed this by setting the AWS value for `HttpPutResponseHopLimit` to `2`. This allows the AWS SDK to use IMDSv2 inside a docker container on an EC2 machine.
**Fixes:**
- It would b…
-
Caddy 1.0.4 was recently released: https://github.com/caddyserver/caddy/releases/tag/v1.0.4
-
I've recently been looking into improving a setup that uses NGINX streams to accept (but not terminate) incoming TLS connections and proxy them to two caddy instances depending on the SNI (one of whic…
-
The [Zymbit Secure Compute Node - D35](https://store.zymbit.com/products/secure-compute-node-d35) is a secure, modular compute platform based around the Compute Module 4:
![zymbitsecurecomputenodeD…
-
I tried to start caddy with `servers { protocols h3 }` in global settings. However, caddy seems still trying to bind to tcp port.
My Caddyfile is something like this:
```
{
debug
servers {
p…
ha-ku updated
9 months ago
-
As discussed at https://caddy.community/t/reverse-proxy-to-dynamic-ipv4-only/24773/5, I have the following reverse_proxy directive in my Caddyfile, where somehost has both A and AAAA records:
```
…
-
**Describe the problem you have/What new integration you would like**
Support serving the dashboard under a different base path. For example instead of `/`, it could be served under `/esphome`.
**…