mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #971] [Feature] 支持用户创建自定义模板 支持自定义变量 支持修改默认模板的通知内容 #663
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#663
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 @foxiyu on GitHub (Sep 22, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/971
功能描述 / Description
支持用户创建自定义模板
支持自定义变量 和引用自定义变量
支持修改默认模板的通知内容 或者重新定义通知模板内容
请求动机 / Motivation
第一个是可以解决使用户更加自由快速的创建重复配置的流水线 目前只能通过复制流水线 还需要重新配置 比如我创建了一个部署到waf的流水线 只能通过复制其他的流水线才能创建 而且还需要修改阿里云配置和域名 如果有一个可以自定义的模板 我可以提前配置好对应的阿里云凭证 然后创建后 我只需要配置域名即可
第二个是使用自定义变量 可以统一域名配置 比如配置一个部署到oss的流水线 需要输入好几次域名 有了这样的变量 用来简化重复配置(建立在第一个需求上)
第三个是通知默认是英文的 而且英文通知没办法体现 是哪个证书有问题或者续费失败情况 每次创建流水线都要手动修改 或者修改默认通知模板 使用通知标题或者内容包含域名的 这样能在通知中看到对应域名
其他 / Miscellaneous
No response
贡献 / Contribution