-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to build with Cloudflare plugin #236
Comments
Same problem here. |
My solution: |
That actually works very well. This let me have the latest version of the tls.cloudflare plugin which supports |
My solution is to build my own alpine-based docker containers .
Thanks yobasystems/alpine-caddy for the Dockerfile. |
Use this new image which is valid and up-to-date: |
Resolution of this issue seems incorrectly to be indicated in this closed issue: #195 (comment)
when running
docker build -t caddy --build-arg plugins=git,cloudflare,jwt,login,filter,cors,realip,filemanager,cache,expires github.com/abiosoft/caddy-docker.git
, the build process clearly shows:First issue is that
build
is ignoring the plugins passed to it; why?The plugins that are installed using the image built above are as follows:
Second issue: where is the cloudflare plugin??? even if not accepting the plugins list I passed through to
build
, the cloudflare plugin is in the list that should be installed per the output ofbuild
so what gives?The text was updated successfully, but these errors were encountered: