diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-07-19 09:29:32 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-07-19 09:29:32 +0000 |
| commit | 1da8b458adf2709f615a34db2710589545cb4f4a (patch) | |
| tree | 5220bebd028ac7665c6852d08e36025a959d9c21 /docs | |
| parent | f3feb5999430fbab5afd888b90e05656f938ac96 (diff) | |
| download | karakeep-1da8b458adf2709f615a34db2710589545cb4f4a.tar.zst | |
fix: Rename the proxy settings such that they don't interfer with other requests
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/03-configuration.md | 6 |
1 files changed, 3 insertions, 3 deletions
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. |
