mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #666] [MERGED] new providers #1009
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#1009
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/666
Author: @fudiwei
Created: 5/7/2025
Status: ✅ Merged
Merged: 5/9/2025
Merged by: @fudiwei
Base:
main← Head:feat/providers📝 Commits (7)
12c208cfeat: new deployment provider: aliyun ddoscoo5cb0463feat: set the default max workers to the number of available CPU corese5805a0feat: new acme dns-01 provider: aliyun esa1499c63feat: new deployment provider: goedge809f231feat: set the default max workers to the number of available CPU coresa4d397ffix: fix typo0a73ba1feat: add preset scripts📊 Changes
49 files changed (+1632 additions, -213 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
internal/applicant/providers.go(+25 -8)📝
internal/deployer/providers.go(+29 -1)📝
internal/domain/access.go(+6 -0)📝
internal/domain/provider.go(+6 -3)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/aliyun-esa/aliyun_esa.go(+40 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/aliyun-esa/internal/lego.go(+266 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/baiducloud/internal/lego.go(+3 -3)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/dynv6/internal/lego.go(+3 -3)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/gname/internal/lego.go(+3 -3)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/tencentcloud-eo/internal/lego.go(+14 -13)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/tencentcloud-eo/tencentcloud_eo.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-apigw/aliyun_apigw.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+23 -5)➕
internal/pkg/core/deployer/providers/aliyun-ddos/aliyun_ddos.go(+137 -0)➕
internal/pkg/core/deployer/providers/aliyun-ddos/aliyun_ddos_test.go(+80 -0)📝
internal/pkg/core/deployer/providers/aliyun-esa/aliyun_esa.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-nlb/aliyun_nlb.go(+1 -1)...and 29 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.