Building caddy with latest selected plugins

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: GitHub - caddyserver/caddy: Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

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 :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.