alpine-caddy icon indicating copy to clipboard operation
alpine-caddy copied to clipboard

Alpine Linux Docker Container running Caddyserver

Results 8 alpine-caddy issues
Sort by recently updated
recently updated
newest added

Caddy 0.10 launched today, update in progress. Features here: https://github.com/mholt/caddy/releases

if you look at https://github.com/BlackGlory/caddy-proxy you'll see that his package automatically regenerates a Caddyfile every time a new docker container gets fired. it looks at the environment variable, which contains...

I'm using Kubernetes, and mounted a volume on `/etc`, which contains `Caddyfile`. DNS wasn't working as expected, and it's because I overwrote `/etc/resolv.conf`. It's a minor thing but perhaps suggesting...

Double check if Caddy allows us to switch the root ports that caddy accepts, so that we can drop permissions on root and switch to user Caddy.

I want to use alpine-caddy to proxy to an external site with a self-signed cert that I can't change. Previously I ran Caddy outside of a container and just added...

Hi Nice work you've done here. I wish you added a docker-compose example with a MySQL & phpfpm containers, but I can device that myself. Cheers,

enhancement

Add bats support for testing Alpine-Caddy as a Reverse Proxy and Proxying to multiple instances of Alpine-Caddy.

enhancement