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
export GIT_SHA="$(git rev-parse --short HEAD 2>/dev/null ||echo dev)"
81
85
export AUTO_SOURCE_ENABLED=true
@@ -87,7 +91,7 @@ docker compose up -d
87
91
88
92
- In production, missing `HTML2RSS_SECRET_KEY` stops startup.
89
93
-`BUILD_TAG` and `GIT_SHA` are expected in production; missing values produce a startup warning.
90
-
-`POST /api/v1/feeds` requires a bearer token and only works when `AUTO_SOURCE_ENABLED=true`.
94
+
-`POST /api/v1/feeds` requires a bearer token and only works when `AUTO_SOURCE_ENABLED=true`; the bundled `config/feeds.yml` reads the main token from `HTML2RSS_ACCESS_TOKEN` when it is set.
91
95
-`AUTO_SOURCE_ENABLED` defaults to `true` in development/test and `false` otherwise.
92
96
- Strategy support comes from `Html2rss::RequestService` (`faraday` and `browserless` availability is runtime-dependent).
0 commit comments