Skip to content

Commit 30c400a

Browse files
authored
Add HTTP proxy configuration options to self-hosted documentation (#240)
1 parent 0c88538 commit 30c400a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

Diff for: docs/self-hosted/azure-devops.md

+2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ OAUTH2_CLIENT_ID=[<client-id>]
8484
OAUTH2_CLIENT_SECRET=[<client-secret>]
8585
OAUTH2_SCOPE=[<oauth2-scope>]
8686

87+
HTTP_PROXY=[<http-proxy-url>]
8788
HTTPS_PROXY=[<https-proxy-url>]
89+
NO_PROXY=[<no-proxy-url>]
8890

8991
# if using AWS Bedrock
9092
LLM_PROVIDER=bedrock-anthropic

Diff for: docs/self-hosted/bitbucket.md

+2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ OAUTH2_CLIENT_ID=[<client-id>]
7676
OAUTH2_CLIENT_SECRET=[<client-secret>]
7777
OAUTH2_SCOPE=[<oauth2-scope>]
7878

79+
HTTP_PROXY=[<http-proxy-url>]
7980
HTTPS_PROXY=[<https-proxy-url>]
81+
NO_PROXY=[<no-proxy-url>]
8082

8183
# if using AWS Bedrock
8284
LLM_PROVIDER=bedrock-anthropic

Diff for: docs/self-hosted/github.md

+2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ OAUTH2_CLIENT_ID=[<client-id>]
8787
OAUTH2_CLIENT_SECRET=[<client-secret>]
8888
OAUTH2_SCOPE=[<oauth2-scope>]
8989

90+
HTTP_PROXY=[<http-proxy-url>]
9091
HTTPS_PROXY=[<https-proxy-url>]
92+
NO_PROXY=[<no-proxy-url>]
9193

9294
# if using AWS Bedrock
9395
LLM_PROVIDER=bedrock-anthropic

Diff for: docs/self-hosted/gitlab.md

+2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ OAUTH2_CLIENT_ID=[<client-id>]
8282
OAUTH2_CLIENT_SECRET=[<client-secret>]
8383
OAUTH2_SCOPE=[<oauth2-scope>]
8484

85+
HTTP_PROXY=[<http-proxy-url>]
8586
HTTPS_PROXY=[<https-proxy-url>]
87+
NO_PROXY=[<no-proxy-url>]
8688

8789
# if using AWS Bedrock
8890
LLM_PROVIDER=bedrock-anthropic

0 commit comments

Comments
 (0)