summaryrefslogtreecommitdiff
path: root/caddy/README.md
blob: c0b5d6273e86bd64957b6fbfc4896a0f198c7e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.