From 1da8b458adf2709f615a34db2710589545cb4f4a Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 19 Jul 2025 09:29:32 +0000 Subject: fix: Rename the proxy settings such that they don't interfer with other requests --- docs/docs/03-configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/docs/03-configuration.md b/docs/docs/03-configuration.md index 54a077b5..aba02e16 100644 --- a/docs/docs/03-configuration.md +++ b/docs/docs/03-configuration.md @@ -191,9 +191,9 @@ If your Karakeep instance needs to connect through a proxy server, you can confi | Name | Required | Default | Description | | ----------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------- | -| HTTP_PROXY | No | Not set | HTTP proxy server URL for outgoing HTTP requests (e.g., `http://proxy.example.com:8080`) | -| HTTPS_PROXY | No | Not set | HTTPS proxy server URL for outgoing HTTPS requests (e.g., `http://proxy.example.com:8080`) | -| NO_PROXY | No | Not set | Comma-separated list of hostnames/IPs that should bypass the proxy (e.g., `localhost,127.0.0.1,.local`) | +| CRAWLER_HTTP_PROXY | No | Not set | HTTP proxy server URL for outgoing HTTP requests (e.g., `http://proxy.example.com:8080`) | +| CRAWLER_HTTPS_PROXY | No | Not set | HTTPS proxy server URL for outgoing HTTPS requests (e.g., `http://proxy.example.com:8080`) | +| CRAWLER_NO_PROXY | No | Not set | Comma-separated list of hostnames/IPs that should bypass the proxy (e.g., `localhost,127.0.0.1,.local`) | :::info These proxy settings will be used by the crawler and other components that make outgoing HTTP requests. -- cgit v1.2.3-70-g09d2