1
0
Fork 0
 
 
Go to file
Ambrose Chua 1edcbafc90 Update README.md 2017-10-09 18:50:21 +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 Create LICENSE 2017-10-09 18:32:12 +08:00
README.md Update README.md 2017-10-09 18:50:21 +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