1
0
Fork 0
 
 
Go to file
Ambrose Chua e98640c7e8 Merge branch 'master' of github.com:productionwentdown/caddy 2017-10-09 18:51:39 +08:00
Caddyfile Initial commit 2017-10-09 18:14:51 +08:00
Dockerfile Refactor Dockerfile 2017-10-09 18:48:28 +08:00
LICENSE Fix perms 2017-10-09 18:51:26 +08:00
README.md Merge branch 'master' of github.com:productionwentdown/caddy 2017-10-09 18:51:39 +08:00
index.html Correct Docker image path 2017-10-09 18:17:06 +08:00

README.md

caddy

A tiny 4MB Caddy image compressed with UPX.

Caveats

Since this image is FROM scratch, it does not have the certificates necessary to connect to external HTTPS servers, including Let's Encrypt's ACME server. This means that automatic TLS will not work in this Docker image.

TODO: add ca-certificates.crt in /etc/ssl/certs/

TODO: tag specific versions of Caddy