mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #456] [MERGED] feat: more providers #964
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#964
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/456
Author: @fudiwei
Created: 2/18/2025
Status: ✅ Merged
Merged: 2/22/2025
Merged by: @usual2970
Base:
next← Head:feat/providers📝 Commits (10+)
879da92feat: add volcengine imagex deployer6d8301bMerge branch 'feat/new-workflow' into feat/providersb734ffcfeat: add baotapanel console deployera6f1f21feat: add huaweicloud waf uploader61b7165feat: add huaweicloud waf deployera40b078feat: add tencentcloud waf deployerc72dc0dfeat: add safeline deployerb2eb5d2feat: add baishan cdn deployere2a148cfeat: add gcore dns-01 applicantea02190feat: add gcore uploader📊 Changes
357 files changed (+12984 additions, -2060 deletions)
View changed files
📝
README.md(+31 -19)📝
README_EN.md(+31 -19)📝
go.mod(+21 -5)📝
go.sum(+33 -0)📝
internal/applicant/providers.go(+137 -35)📝
internal/deployer/deployer.go(+2 -2)📝
internal/deployer/providers.go(+401 -189)📝
internal/domain/access.go(+44 -1)📝
internal/domain/provider.go(+34 -6)📝
internal/notify/providers.go(+16 -16)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/acmehttpreq/acmehttpreq.go(+3 -4)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/aliyun/aliyun.go(+3 -4)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/aws-route53/aws-route53.go(+3 -4)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/azure-dns/azure-dns.go(+3 -4)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/baiducloud/baiducloud.go(+39 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/baiducloud/internal/lego.go(+204 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/cloudflare/cloudflare.go(+3 -4)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/cloudns/cloudns.go(+3 -4)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/cmcccloud/cmcccloud.go(+40 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/cmcccloud/internal/lego.go(+221 -0)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.