abiosoft / caddy-docker

Docker container for Caddy
https://hub.docker.com/r/abiosoft/caddy/
MIT License
768 stars 315 forks source link

Temporary workaround for caddy plugin error #152

Open grugnog opened 5 years ago

grugnog commented 5 years ago

This is clearly not the ideal fix for #151, but I figured it was worth pushing to a PR because the right fix looks like it might require quite a bit of improvement to caddy plugins to handle dependency versioning (as well as related changes to caddyplug and builder) and it would be nice for builder to still be functional in the mean time.

grugnog commented 5 years ago

I have this built on grugnog/caddy-docker:builder if anyone wants to test/use.

abiosoft commented 5 years ago

Thanks for this and good to know it works for you. However, I'll be looking to build on this idea to make other plugins configurable as well.

I'll leave this open for now while I find a better option.