diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-06 17:27:05 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-06 17:27:05 -0400 |
commit | dc940d4afeb531b75615c0b552ad0eed8f866644 (patch) | |
tree | ab1e51eb2004467fe2bd248f488a1d92fd528d74 /caddy/README.md | |
download | images-dc940d4afeb531b75615c0b552ad0eed8f866644.tar.gz images-dc940d4afeb531b75615c0b552ad0eed8f866644.tar.bz2 images-dc940d4afeb531b75615c0b552ad0eed8f866644.zip |
initial
Diffstat (limited to '')
-rw-r--r-- | caddy/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/caddy/README.md b/caddy/README.md new file mode 100644 index 0000000..c0b5d62 --- /dev/null +++ b/caddy/README.md @@ -0,0 +1,19 @@ +### 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](https://caddyserver.com/download). + +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. |