Command line utility for building Caddy Web Server.
You will need git and go installed on your machine.
This tool will build Caddy from source code. As such, the executable you get by using this tool is subject to the project's Apache 2.0 license, but it neither contains nor is subject to the EULA for Caddy's official binary distributions.
-dev
Build the master branch instead of the last tagged version
-disable-telemetry
Disable built-in telemetry
-goarch string
ARCH for which to build
-goos string
OS for which to build
-plugin value
Plugin to integrate in the build
go run caddybuilder.go -goos linux -goarch amd64 -plugin expires -plugin filemanager -disable-telemetry
You can find the list of compatible plugins here.
List of GOOS and GOARCH possible values here.
Tested until Caddy v0.11.4