images/caddy
2025-04-12 14:16:31 -04:00
..
build update build 2025-04-12 14:16:31 -04:00
Dockerfile update build scripts 2025-04-12 14:08:34 -04:00
entrypoint.sh update build scripts 2025-04-12 14:08:34 -04:00
README.md initial 2024-06-06 17:27:05 -04:00

images/caddy

runs a caddy server!

volumes

  • /data - stores certificates, ocsp, and most of caddys state
  • /config - stores autosave.json

environment

using the MODULES environment variables you can configure extra modules to add to caddy. view the modules here.

MODULES should be seperated by a space and not include the github.com/ part. (e.g. "caddy-dns/cloudflare aksdb/caddy-cgi/v2")

config

the caddy file is run at /etc/caddy/Caddyfile, put a volume at /etc/caddy to modify it.