diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.env.example b/.env.example index bb20a6f..ab0dd6f 100644 --- a/.env.example +++ b/.env.example @@ -11,3 +11,11 @@ BOKF_REMOTE_DIR=/srv/bokf # Local compose runs: "docker compose up --build" builds this image name. BOKF_IMAGE=bokf BOKF_TAG=dev +# +# TLS: the certs sidecar renews a Let's Encrypt certificate via INWX DNS-01 +# and bokfd serves the clients on port 8788. Keep the credentials in the +# host's .env only; they are never committed. +# LEGO_DOMAIN=bokf.makandra.eu +# LEGO_EMAIL=anders@makandra.eu +# INWX_USERNAME=... +# INWX_PASSWORD=... |
