mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 13:15:54 +03:00
[GH-ISSUE #71] 增加配置信息导入导出功能 #47
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#47
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 @jk9059 on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/71
更新1.0版本后,取消了.env 配置,结果是每次重新容器,api的配置信息都没了,都要重新一个一个输入,太麻烦了。
建议增加一个导入导出配置信息的功能
@GowayLee commented on GitHub (Mar 5, 2025):
可以使用docker volume来绑定
app/model_manager/model_configs.json至本地目录不过相关功能确实需要添加
@Similarityoung commented on GitHub (Mar 9, 2025):
我发现在docker-compose中文件的路径与该配置文件的实际路径不相符,所以我提了一个pr #84
@ErlichLiu commented on GitHub (Jul 20, 2025):
这个功能已经实现了,获取最新版本的 Docker 镜像或者通过本地编译即可实现。