mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #467] [Feature] 希望增加配置导入导出和同步/备份的能力 #292
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#292
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 @tomtrije on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/467
功能描述
1、希望通过webdav等自动同步所有的配置(包括域名、授权、证书等)
2、提供手工导入导出的能力(手工备份和重新部署一键导入)
动机
使用Certimate后,会部署在自己的服务器上对所有的自有域名、子域名自动申请和续期SSL,这个是Certimate的核心能力,但是随着重度依赖使用后,配置较多,一旦Certimate服务节点故障丢失数据,会导致大量域名的配置信息丢失,对所有服务的可用性产生影响。
替代方案
当前没有替代方案
其他信息
无
@fudiwei commented on GitHub (Feb 28, 2025):
感谢建议。
其实现在就支持手动备份和还原,只是文档欠缺这部分内容。近期会更新一下文档站点,这些都会补上的。
至于云同步短期内没有这方面的考虑,因为现在项目仍处于快速迭代期,数据结构经常会有大量 breaking changes(即便可能对于用户无感),云同步对于版本升级来说是一个不小的挑战。所以暂时不考虑,但你可以自行利用其他工具来备份数据上传到云上。
@fudiwei commented on GitHub (Mar 1, 2025):
https://docs.certimate.me/docs/getting-started/backup
@tomtrije commented on GitHub (Mar 11, 2025):
感谢,能导入导出也能暂时解决问题。