caddy-docker-proxy icon indicating copy to clipboard operation
caddy-docker-proxy copied to clipboard

Caddy as a reverse proxy for Docker

Results 114 caddy-docker-proxy issues
Sort by recently updated
recently updated
newest added

Hey, I created an Ansible role to provision a container with Caddy Docker Proxy on a remote machine https://github.com/obvionaoe/ansible-role-caddy Feel free to add it to the README in case you...

Hello, I have been searching for something like this for a long time as it seems like it will be perfect to meet my needs, if I can get it...

question

hello, i just started using this plugin and it is awesome 🤞😁 thanks for the help @francislavoie now the question normally when i change caddyfile, i hot reload the config...

enhancement

I seem to get this kind of info into the logs `{"level":"error","ts":1629708967.7232833,"logger":"tls.issuance.acme","msg":"looking up info for HTTP challenge","host":"subdomain.domain-staging.com","error":"no information found to solve challenge for identifier: subdomain.domain-staging.com"}` my caddy configuration is: ```yaml...

Rather than reserve a specific network range i think it would be much more straightforward to be able to configure the caddy controller something like this: ``` - CADDY_CONTROLLER_NETWORK_NAME=caddy-controller ......

This plugin is extremely useful when proxying tcp connections over the same ports as http: https://github.com/mholt/caddy-l4 Currently the plugin does not support Caddyfiles, but instead requires a json config (which...

Even when log format is configured as console inside caddyfile, there are too many messages logged before the logger is configured: https://github.com/lucaslorentz/caddy-docker-proxy/issues/262#issuecomment-854103751 Ideally, the base caddyfile should be used to...

enhancement

I'd love to see some command/option that would just spit out the raw Caddyfile (or the resulting JSON) it would generate from a set of labels (or something similar to...

enhancement

Hi, I am using ApiPlatform 2.6, and would like to use your caddy-docker-proxy in order to have multiple subdomaines on my server. I can't find a way to make things...