forewing / caddy-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caddy Docker image with plungins

Usage

Set docker build arg XCADDY_ARGUMENTS, in format of PLUGIN1,PLUGIN2,PLUNIN3 to add plugins.

docker build -t my_caddy \
    --build-arg XCADDY_ARGUMENTS=github.com/caddy-dns/cloudflare,github.com/mholt/caddy-webdav \
    .

Customization

You can fork this repo and edit .github/workflows/docker.yml to satisfy your requirements (plugins, platforms, etc.)

About

License:MIT License


Languages

Language:Dockerfile 67.8%Language:Shell 20.7%Language:HTML 11.6%