mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #783] [MERGED] new providers #1039
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#1039
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/783
Author: @fudiwei
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/14/2025
Merged by: @fudiwei
Base:
main← Head:feat/providers📝 Commits (10+)
57eb66bchore: remove unused filesb833d09feat: new deployment provider: tencentcloud gaape4bfa90feat: new deployment provider: apisixc6dfe11feat: add preset scripts for qnap on deployment to ssh563adbefeat: allow configuring smtp sender display namefb62f1efeat: ipv6 connect9c8ab98feat: new acme dns-01 provider: statecloud smartdns0d44373feat: new deployment provider: ctcccloud cdnb7d1ff8feat: new deployment provider: ctcccloud icdn18e7238feat: new deployment provider: ctcccloud ao📊 Changes
142 files changed (+7423 additions, -325 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -1)➖
.goreleaser.linux.yml(+0 -52)➖
.goreleaser.macos.yml(+0 -49)➖
.goreleaser.windows.yml(+0 -52)📝
README.md(+1 -1)📝
README_EN.md(+1 -1)📝
go.mod(+2 -1)📝
go.sum(+3 -0)📝
internal/applicant/providers.go(+18 -1)📝
internal/deployer/providers.go(+99 -1)📝
internal/domain/access.go(+12 -0)📝
internal/domain/provider.go(+58 -46)📝
internal/notify/providers.go(+1 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/cmcccloud/cmcccloud.go(+1 -2)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/cmcccloud/internal/lego.go(+8 -6)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/ctcccloud/ctcccloud.go(+39 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/ctcccloud/internal/lego.go(+203 -0)➕
internal/pkg/core/deployer/providers/apisix/apisix.go(+125 -0)➕
internal/pkg/core/deployer/providers/apisix/apisix_test.go(+77 -0)➕
internal/pkg/core/deployer/providers/apisix/consts.go(+8 -0)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.