-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for Caddyfile #2
Comments
Hi i am just back from vacation so answer is a little late :) Yes you are right already merged your request to update the documentation. I did not really check yet if i can somehow also support the caddy file format. |
An update to this. I just checked it recently and also startet development. Unfortunatly a change in caddy is also needed. |
@Gr33nbl00d did the caddyfile updates ever make it into a PR? |
Not yet. I found some other problems implementing this which increases the effort a bit. Because of this i currently parked this as enhancement. At the moment i will focus on getting the outstanding work done for hardening the code. Test coverage and so on. When this is finished i can come back to this topic. |
@Gr33nbl00d would the attached PR work for this? I worked on getting the client_auth verifiers to work in Caddy, and that PR works great once you include that change (PR 6022) |
Cool many thanks for your efforts, i will test this next week |
Short update i currently wait for caddy 2.8 to be released to merge the feature branch back to master. After that caddyfile support should work |
Caddy 2.8 has been released, possibly unblocking this issue 🎉 |
Thanks for the hint. I will do some final testing and will merge it next week if no problem occurs |
Merged back to master should be resolved |
Hi there,
First thanks for the great work there !
I'm looking at implementing revocation check but I'm having some issues as I'm using https://github.com/lucaslorentz/caddy-docker-proxy which generate the Caddy config automatically from docker labels.
This is done by generating a temp Caddyfile and reloading the config when containers are changed.
Without support for Caddyfile in this module I unfortunately cannot use it in my environnement.
Is there any chance Caddyfile support could be added ?
This looks quite straight forward : https://caddyserver.com/docs/extending-caddy/caddyfile
I also noticed the documentation should probably be updated, if I'm not wrong the sample config file should look like this according to latest JSON definition (validator(s) changed to verifier(s)) :
Happy to raise a PR to update it
The text was updated successfully, but these errors were encountered: