-
![image](https://github.com/user-attachments/assets/4d3c4d91-c011-4444-aa57-d71ee50893a7)
![image](https://github.com/user-attachments/assets/5b689478-79bc-46d9-997d-e6604bc3ead8)
-
Have been having trouble getting caddy-docker-proxy to work on local network. Have a larger docker-compose.yml with quite a few services running, but created a basic whoami to try diagnose the issue.
…
-
HTTP 400: github.com/hslatman/caddy-crowdsec-bouncer/crowdsec is not a registered Caddy module package path
Pretty self explanatory. Please register this module as a Caddy module so users can build…
-
It would be nice to have the option to configure custom certificates for the L4 TLS handler via the Caddyfile as it is possible in Caddy with the [`tls ` directive](https://caddyserver.com/docs/caddy…
-
**Describe the issue**
Hello!
We've been using this plugin with Caddy to use Google SSO and authenticate on a internal page but recently we've noticed the authentification stopped working. Init…
-
Recently tried to build Caddy with this module using xcaddy, and it gave a fatal error.
I'm using Ubuntu 22.04
```bash
chris@Pluto:~/docker-compose-files/caddy$ xcaddy build --with github.com/mho…
-
`docker build` is failing for me today with the error: `go: github.com/mholt/caddy@v1.0.1: parsing go.mod: unexpected module path "github.com/caddyserver/caddy"
`
Full logs below:
```
$ docke…
-
An issue I noticed while reviewing the code is that on error, this handler just returns `nil`
https://github.com/trusch/caddy-extauth/blob/2cb3268137c2e841289fb87acca630c585c32f86/extauth.go#L81-L8…
-
Do we need to set an env variable such as PYTHONPATH, HOME, etc to the app path?
-
Hi,
When I execute this Dockerfile (Docker v. 4.23.0):
```
ARG CADDY_VERSION=2.8.4
FROM caddy:${CADDY_VERSION}-builder AS builder
RUN xcaddy build --with github.com/protomaps/go-pmtiles/c…