-
Hello, I am now using docker to deploy samba. Instead of using the default port, I specify port mapping 139 and 445. The deployment command is as follows:
```
sudo docker run -it -p 11139:139 -p 114…
-
Affected version: 2.7.6, 2.8.0-beta.1
If the `encode` module is enabled and caddy is asked to reverse proxy a server sent event (SSE) endpoint, I noticed 2 problems:
**Problem 1:**
If the ups…
-
**Description:**
https://github.com/restic/caddy/blob/d84442c3e531bfe28336f63f80d6651b74ea088c/go.mod#L1
As seen [go.mod](https://github.com/restic/caddy/blob/d84442c3e531bfe28336f63f80d6651b74ea0…
-
Hi everyone,
I am currently trying to implement Coraza into my Caddy setup, but for some reason the hostname of blocked requests does not get logged. As you can see in the log samples below, the ho…
-
Observed on LGTM:
https://lgtm.com/projects/g/caddyserver/caddy/snapshot/d8e8a8ca215a4ed7b519656ecbe3c081cd1a840a/files/modules/caddyhttp/rewrite/caddyfile.go?sort=name&dir=ASC&mode=heatmap#x5ef0d8…
-
Hey Jack,
Congrats on the new website! I just notice your infrastructure commits https://github.com/RealOrangeOne/infrastructure/commit/73f165c521d04b84cb187b7594b2e3025dc71bef & https://github.com…
-
_Note: This issue tracker is only used for reporting **qualified bugs**. Use [Pydio Forums](https://forum.pydio.com) for support or feature requests: first-start, install, or config-related troublesho…
-
Hey,
I am trying to block `Transfer-Encoding: chunked` requests. But this seems not possible right now in Caddy:
I tried following:
```
@length {
header Transfer-Encoding chunked
}
respond @len…
-
### What happened?
I can't get FrankenPHP to compile with HTTP cache module: https://github.com/caddyserver/cache-handler (or other popular caddy modules)
I'm building a WordPress Docker image w…
-
### What happened?
**HERE THIS BUG WITH TRY Running as a Non-Root User**
I try to change a user root on my docker frankenphp but isn't working.
Let's see :
Building frankenphp
Step 1/5 : FROM…