[GH-ISSUE #3] 目前的服务只有本地可访问,当我同一个网络下,局域网ip无法访问。 #1

Open
opened 2026-02-27 05:58:02 +03:00 by kerem · 2 comments
Owner

Originally created by @benson-singapore on GitHub (Feb 13, 2026).
Original GitHub issue: https://github.com/hnewcity/KiroaaS/issues/3

curl http://192.168.1.120:8000/v1/chat/completions
-H "Content-Type: application/json"
-H "Authorization: Bearer sk-秘钥"
-d '{
"model": "claude-sonnet-4-5",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'

curl: (7) Failed to connect to 192.168.1.120 port 8000 after 1 ms: Couldn't connect to server

Originally created by @benson-singapore on GitHub (Feb 13, 2026). Original GitHub issue: https://github.com/hnewcity/KiroaaS/issues/3 curl http://192.168.1.120:8000/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-秘钥" \ -d '{ "model": "claude-sonnet-4-5", "messages": [ {"role": "user", "content": "Hello!"} ] }' curl: (7) Failed to connect to 192.168.1.120 port 8000 after 1 ms: Couldn't connect to server
Author
Owner

@hnewcity commented on GitHub (Feb 13, 2026):

Yes, currently only local access is supported. Thank you for your suggestion; it will be supported in the next version.

<!-- gh-comment-id:3898089478 --> @hnewcity commented on GitHub (Feb 13, 2026): Yes, currently only local access is supported. Thank you for your suggestion; it will be supported in the next version.
Author
Owner

@hnewcity commented on GitHub (Feb 18, 2026):

The feature is now avaliable in the latest release (v1.1.0). You can enable the LAN access on setting page. Thanks for your contribution!

<!-- gh-comment-id:3920791810 --> @hnewcity commented on GitHub (Feb 18, 2026): The feature is now avaliable in the latest release (v1.1.0). You can enable the LAN access on setting page. Thanks for your contribution!
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/KiroaaS#1
No description provided.