caddy-docker-proxy
caddy-docker-proxy copied to clipboard
Caddy as a reverse proxy for Docker
I'm running in docker swarm with an overlay network connecting the containers as in the example. The server listens on the IP address. ``` caddy_proxy.0.lzmv38dhex0h@us-las-021-01 | {"level":"info","ts":1726160108.0723393,"logger":"docker-proxy","msg":"Running caddy proxy server"}...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.4+incompatible to 27.2.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v27.2.1 27.2.1 For a full list of pull requests and changes in this release, refer to the relevant...
Hi, i think it would be cool if every entry of the ARGs presented in the Caddy CLI section of the README, would provide a default value. Like some entries...
I've downloaded a custom build that includes this plugin and the Cloudflare plugin. It works with manually configured sites using the Caddyfile using DNS challenge. I'm not sure how to...
Is the current project just used to maintain the Caddyfile file in docker swarm, that is, does Caddy need to be deployed separately or integrated into the docker image build...
The README gives the following example to dynamically get the container name: ``` caddy.respond: /info "{{index .Names 0}}" ↓ respond /info "mycontainer" ``` Despite the example, it actually appears to...
I want to set the proxy to only use AES 256 or higher with SHA 384 or higher. How would I do that in the docker compose file
I have the following snippet I would like to convert to labels (it works well when in the Caddyfile): ```Caddyfile (authenticate-with-authelia) { @forceAuth { not header x-authelia-whitelist XXX } forward_auth...
Wanted to use the included Caddyfile from https://github.com/searxng/searxng-docker/blob/master/Caddyfile to host searxng. How would I go about converting this to labels? Thanks.
*sorry -- this is a question and not an Issue but the ""Discussions" tab is not enabled"* I want to change an existing service's definitions in caddy, **from another service's...