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

A tool for building Caddy web server with plugins

License

Notifications You must be signed in to change notification settings

sayem314/Caddy-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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