Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 632 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 632 Bytes

About

Caddy-X is a cross platform downloader and builder with plugin support. This tool can download and extract Caddy web server from official website. What is awesome about this tool is that it can build Caddy with plugin (you need 'git' and 'go' installed on your system). I often build Caddy in different os and manually importing every plugin to sources is PITA hence this tool was born.

Example commands:

Download to current folder: caddyx get

with plugin: caddyx get -p your.plugin,name

Build: caddyx build

with plugin: caddyx build -p your.plugin,name

Watch this repo for uptodate instructions