https://github.com/forewing/caddy-docker
https://github.com/forewing/caddy-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forewing/caddy-docker
- Owner: forewing
- License: mit
- Created: 2021-02-22T15:59:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T22:05:05.000Z (almost 5 years ago)
- Last Synced: 2025-10-14T00:47:06.756Z (8 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](.github/workflows/docker.yml) to satisfy your requirements (plugins, platforms, etc.)