Hello Community!,
Is there a way to download Caddy with the latest plugin builds? (Current download page doesn’t include the latest builds from the plugins). If not is there a documentation to refer to build caddy with selected latest plugin source codes.
In my case I want to download Caddy with the latest filemanager plugin with the fix for https://github.com/hacdias/caddy-filemanager/issues/45
Thanks
Right now, these instructions are in the developer wiki: https://github.com/mholt/caddy/wiki/Extending-Caddy
To plug your plugin into Caddy, import it. This is usually done in run.go: import _ "your/plugin/package/path/here"
To plug your plugin into Caddy, import it. This is usually done in run.go:
import _ "your/plugin/package/path/here"
That’s all there is to it
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.