Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit30c400a

Browse files
authored
Add HTTP proxy configuration options to self-hosted documentation (#240)
1 parent0c88538 commit30c400a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

‎docs/self-hosted/azure-devops.md‎

Lines changed: 2 additions & 0 deletions
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

‎docs/self-hosted/bitbucket.md‎

Lines changed: 2 additions & 0 deletions
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

‎docs/self-hosted/github.md‎

Lines changed: 2 additions & 0 deletions
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

‎docs/self-hosted/gitlab.md‎

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp