forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix: add
PROXY_URL
in docker with proxychains-ng (lobehub#3362)
* ✨: feat: support PROXY_URL in docker with proxychains-ng * 🔨 chore: let proxychains config more readable * 🔨 chore: add package update * ⚡️ perf: add CN mirror for Alpine * 🔨 chore: add more comments * 🔨 chore: change USE_NPM_CN_MIRROR to USE_CN_MIRROR * 🐛 fix: fix cn mirror for alpine during building * 🐛 fix: fix permission issue * 🐛 fix: fix app path error * ✨ feat: support proxy server with domain * 🔨 chore: add more comments & cleanup code * 🔨 chore: add more comments * ⚡️ perf: resolve only when host is domain * 🔨 chore: move IP_REGEX to head * 🔨 chore: replace `! -z` to `-n` * 🔨 chore: update comments * ✨ feat: add `DEFAULT_AGENT_CONFIG` and `SYSTEM_AGENT` to env, allow set default model * Add documentation for `PROXY_URL` environment variable Add documentation for `PROXY_URL` environment variable in both English and Chinese versions of the environment variables guide. * **English Documentation** - Add `PROXY_URL` section to specify the proxy URL for connecting to external services. - Include example values and a callout for Docker Desktop users. * **Chinese Documentation** - Add `PROXY_URL` section to specify the proxy URL for connecting to external services. - Include example values and a callout for Docker Desktop users. --------- Co-authored-by: Arvin Xu <[email protected]>
- Loading branch information
1 parent
324be07
commit 920de7c
Showing
4 changed files
with
78 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters