* ✨ feat(config): add assetPrefix to nextConfig for environment variable support
* ✨ feat(docs): add NEXT_PUBLIC_ASSET_PREFIX environment variable for CDN support
* ✨: 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 <arvinx@foxmail.com>
* 📝 docs(env): configuration type
Signed-off-by: Star <i@ssstttar.com>
* 📝 docs: fix punctuation marks
Signed-off-by: Star <i@ssstttar.com>
* 📝 docs: add chatConfig
Signed-off-by: Star <i@ssstttar.com>
* 📝 docs(bot): Auto sync agents & plugin to readme
---------
Signed-off-by: Star <i@ssstttar.com>