Add scraper proxy toggle
CI / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-07-13 13:06:06 +02:00
parent 691cbd9cb6
commit 8fa8cd6344
9 changed files with 365 additions and 72 deletions
+3 -1
View File
@@ -83,7 +83,9 @@ Edit `.env` before first startup. All values are read by the worker and database
| `POSTGRES_DB` | Database name | `postgres` |
| `JWT_SECRET` | PostgREST JWT signing key | auto-generated default |
| `DEFAULT_INTERVAL_MINUTES`| Default scrape interval per keyword | `5` |
| `HTTPS_PROXY` | Optional proxy for outbound HTTP requests | empty |
| `HTTPS_PROXY` | Optional scraper proxy; can be toggled in the Web UI | empty |
Telegram long polling uses a direct connection so bot commands arrive in real time even when the scraper proxy is enabled.
## Architecture