feat: add support for HTTP proxy configuration and display status in dashboard
CI / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-07-12 21:39:21 +02:00
parent afb360c3ad
commit ec3cea94c9
6 changed files with 133 additions and 33 deletions
+1
View File
@@ -83,6 +83,7 @@ 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 |
## Architecture