-
With Caddyfile
```
{
admin off
auto_https off
cache
servers {
metrics
}
}
:80 {
request_body 1GB
encode zstd gzi…
-
### Description
I have a self hosted appsmith instance with docker. Git integration has been working for weeks but now fails when I try to commit changes.
The git operation http://localhost/api/…
-
Instruct Caddy to stop when there are no active connections. Caddy would then be able to do work on demand.
The starting functionality is already available as Caddy supports _socket activation_:
syst…
-
Also, for DNS, the Customer would really like to make DNS aliases such as **example.ourdomain.beta.tailscale.net** always point to a machine name **staging-1** or something like that.
This way, th…
-
When generating a CA cert via caddy and putting that in the trust store, those private keys can also forge certificates for any other domain.
We're only using this for `company.dev` and two other d…
-
[RFC42](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md) is the future, let's migrate to it
###### List generated with `grep -rn "extraConfig\|extraOptions" nixos/modules | gre…
-
Hi,
Many thanks for this useful Caddy plugin! Is there a roadmap for integrating this in vanilla Caddy?
Currently, this is the only event handler that is mentioned in the docs: https://caddyserver…
-
Facing an interesting issue where _most_ of the requests I make are caching as expected, but one isn't, and I can't deduce why.
```
{"level":"error","ts":1726567415.6833787,"logger":"storages.cach…
-
### Which component is affected?
dev environnment
### Did the issue occur at ClassQuiz.de, or on a self-hosted instance?
On ClassQuiz.de
### How can the issue be reproduced?
I try to hack some cs…
-
Hey ! I'm trying to configure a pretty simple X-Accel-Redirect kind of setup under **Caddy 2.6.2**, but think I encountered an issue that prevents me to do so.
My stripped down Caddyfile looks like…