An open API service indexing awesome lists of open source software.

https://github.com/kwaa/caddy

🔒 caddy with my favorite modules.
https://github.com/kwaa/caddy

caddy docker naiveproxy

Last synced: 9 months ago
JSON representation

🔒 caddy with my favorite modules.

Awesome Lists containing this project

README

          

# kwaa/caddy

![build](https://github.com/kwaa/caddy/actions/workflows/build.yml/badge.svg)
![docker](https://github.com/kwaa/caddy/actions/workflows/docker.yml/badge.svg)
![docker pulls](https://img.shields.io/docker/pulls/kwaabot/caddy.svg)

caddy, build with:

- [caddy-dns/cloudflare](https://github.com/caddy-dns/cloudflare)
- [mholt/caddy-l4](https://github.com/mholt/caddy-l4)
- [mholt/caddy-webdav](https://github.com/mholt/caddy-webdav)
- [klzgrad/forwardproxy](https://github.com/klzgrad/forwardproxy)

## Download

```bash
wget -O /usr/bin/caddy https://github.com/kwaa/caddy/raw/main/caddy_amd64 # amd64

wget -O /usr/bin/caddy https://github.com/kwaa/caddy/raw/main/caddy_arm64 # arm64
```

or:

```bash
docker pull kwaabot/caddy # DockerHub

docker pull quay.io/kwaabot/caddy # Quay.io

docker pull ghcr.io/kwaa/caddy # GitHub Container Registry
```

## Fork

click ```Use this template```