mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 17:35:58 +03:00
[GH-ISSUE #109] docker部署在本地其他设备,如何修改配置获得授权? #89
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#89
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?
Originally created by @IcarusAegis on GitHub (Dec 14, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/109
我的服务通过docker部署在本地其他的linux机器上,想知道如何修改配置可以获得授权。谢谢!
@justlovemaki commented on GitHub (Dec 14, 2025):
先在本地启动,获取授权文件
@raydoom commented on GitHub (Dec 15, 2025):
回调的url,可以进入容器,使用 curl 或者 wget 进行访问。
@IcarusAegis commented on GitHub (Dec 16, 2025):
感谢,我试试看
@IcarusAegis commented on GitHub (Dec 16, 2025):
通过这样我成功了,我再试试看下面的那个方法