File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/content/docs/web-application/how-to Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,16 @@ volumes:
4949 caddy_data :
5050` ` `
5151
52- - Copy the sample env file (` examples/deployment/.env.example`) to `.env` beside your compose file.
52+ - Create a ` .env` file beside your compose file with the following variables:
53+
54+ ` ` ` env
55+ # Required for reverse proxy and application
56+ CADDY_HOST=yourdomain.com
57+ BASE_URL=https://yourdomain.com
58+ HTML2RSS_SECRET_KEY= # Generate with: openssl rand -hex 32
59+ HEALTHCHECK_USER= # Set a strong username
60+ HEALTHCHECK_PASS= # Set a strong password
61+ # Optional: see [environment reference](/web-application/reference/env-variables)
5362- Update your ` .env` before starting the stack:
5463 - Set `CADDY_HOST` and `BASE_URL` for your domain (for example `yourdomain.com` / `https://yourdomain.com`).
5564 - Generate a production secret (`openssl rand -hex 32`) and assign it to `HTML2RSS_SECRET_KEY`.
You can’t perform that action at this time.
0 commit comments