pteich / caddy-tlsconsul

🔒 Consul K/V storage for Caddy Web Server / Certmagic TLS data
Apache License 2.0
96 stars 17 forks source link

storage module 'caddy.storage.tlsconsul' is not a Caddyfile unmarshaler #9

Closed louis-lau closed 4 years ago

louis-lau commented 4 years ago

Got the docker image and added the configuration option as suggested in the readme. But I get storage module 'caddy.storage.tlsconsul' is not a Caddyfile unmarshaler. Any suggestions?

Thanks

pteich commented 4 years ago

I'll have a look at this. I think I already have an idea what's missing.

mholt commented 4 years ago

This page should be of assistance: https://caddyserver.com/docs/extending-caddy/caddyfile -- it's just one method :)

pteich commented 4 years ago

Ah thanks, that was what I had in mind @mholt ;)