You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HEALTH_CHECK_TOKEN= # Generate a strong token for /api/v1/health
55
-
BUILD_TAG=2026-03-27
56
-
GIT_SHA=abcdef0
57
55
BROWSERLESS_IO_API_TOKEN= # Required by the default compose stack
58
56
# Optional: see [environment reference](/web-application/reference/env-variables)
59
57
```
@@ -62,8 +60,7 @@ Caddy handles certificates and redirects with almost no configuration.
62
60
- Set `CADDY_HOST` for your domain.
63
61
- Generate a production secret (`openssl rand -hex 32`) and assign it to `HTML2RSS_SECRET_KEY`.
64
62
- Generate a strong `HEALTH_CHECK_TOKEN` for `/api/v1/health`.
65
-
- Set `BUILD_TAG` and `GIT_SHA` so startup logs identify the deployed build.
66
-
- Adjust optional knobs such as `AUTO_SOURCE_ENABLED` and `SENTRY_DSN` as needed; refer to the [environment reference](/web-application/reference/env-variables) for details.
63
+
- Adjust optional knobs such as `AUTO_SOURCE_ENABLED`, `SENTRY_DSN`, `BUILD_TAG`, and `GIT_SHA` as needed; refer to the [environment reference](/web-application/reference/env-variables) for details.
67
64
- After `docker compose up -d`, run `docker compose logs caddy --tail 20`; look for `certificate obtained`.
68
65
- Re-test after DNS changes with [SSL Labs](https://www.ssllabs.com/ssltest/).
69
66
- Want automatic updates? Add the Watchtower service shown below.
Older environment-variable examples from previous docs revisions are obsolete. Use only the supported table above and the `Environment & Runtime Flags` table in [`html2rss-web/docs/README.md`](https://github.com/html2rss/html2rss-web/blob/master/docs/README.md).
0 commit comments