mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-27 10:25:50 +03:00
[PR #313] [CLOSED] use host.docker.internal instead of 127.0.0.1 #333
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#333
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/313
Author: @zhoukekestar
Created: 2/8/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
7712df8fix: add global config38ef3bafix: use host instead of dockerd727e24Merge branch 'justlovemaki:main' into main📊 Changes
6 files changed (+6 additions, -6 deletions)
View changed files
📝
README-JA.md(+1 -1)📝
README-ZH.md(+1 -1)📝
README.md(+1 -1)📝
configs/config.json.example(+1 -1)📝
src/core/config-manager.js(+1 -1)📝
static/components/section-tutorial.html(+1 -1)📄 Description
一般情况下,代理都是使用的主机 host 代理,而不是 docker 容器本身的代理,所以,需要使用 host.docker.internal 而非 127.0.0.1,避免误解
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.