Skip to content
This repository was archived by the owner on Sep 3, 2019. It is now read-only.

fab120/caddybuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CaddyBuilder

Command line utility for building Caddy Web Server.

You will need git and go installed on your machine.

License

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.

Usage

  -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

Example

go run caddybuilder.go -goos linux -goarch amd64 -plugin expires -plugin filemanager -disable-telemetry

Useful info

You can find the list of compatible plugins here.

List of GOOS and GOARCH possible values here.

Tested until Caddy v0.11.4

About

Command line utility for building Caddy Web Server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages