mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1132] [MERGED] new providers #1151
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#1151
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?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/1132
Author: @fudiwei
Created: 12/30/2025
Status: ✅ Merged
Merged: 1/5/2026
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (9)
09c16b9feat(provider): new deployment provider: ctyun faas1b76f2bnew acme http-01 provider: s3 compatible8a730e8feat(provider): new deployment provider: dokployb64b64erefactor(provider): normalize provider names for 1panel, baotapanel, baotapanelgo, baotawaf, cdnfly, cpanel, netlify, ratpanel, safelineca12b4bfix(provider): wrong sdk definations7a18465feat(provider): new deployment provider: nginxproxymanager2e94c75refactor(ui): clean code297e6a0chore(i18n): improve i18n76597d1chore: improve logging📊 Changes
119 files changed (+4776 additions, -527 deletions)
View changed files
📝
go.mod(+10 -0)📝
go.sum(+21 -25)➕
internal/certacme/certifiers/sp_s3.go(+32 -0)📝
internal/certmgmt/deployers/sp_1panel.go(+3 -3)📝
internal/certmgmt/deployers/sp_baotapanel.go(+3 -3)📝
internal/certmgmt/deployers/sp_baotapanelgo.go(+3 -3)📝
internal/certmgmt/deployers/sp_baotawaf.go(+3 -3)📝
internal/certmgmt/deployers/sp_cpanel.go(+4 -3)➕
internal/certmgmt/deployers/sp_ctcccloud_faas.go(+27 -0)➕
internal/certmgmt/deployers/sp_dokploy.go(+26 -0)📝
internal/certmgmt/deployers/sp_netlify.go(+6 -5)➕
internal/certmgmt/deployers/sp_nginxproxymanager.go(+34 -0)📝
internal/certmgmt/deployers/sp_ratpanel.go(+4 -3)📝
internal/certmgmt/deployers/sp_safeline.go(+3 -3)📝
internal/domain/access.go(+29 -5)📝
internal/domain/provider.go(+15 -8)📝
internal/workflow/engine/executor_bizapply.go(+5 -4)📝
internal/workflow/engine/executor_bizdeploy.go(+1 -1)📝
internal/workflow/engine/executor_bizupload.go(+6 -3)➕
migrations/1767024000_upgrade_v0.4.13.go(+261 -0)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.