mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #670] [MERGED] new providers #1008
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#1008
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/670
Author: @fudiwei
Created: 5/9/2025
Status: ✅ Merged
Merged: 5/9/2025
Merged by: @fudiwei
Base:
main← Head:feat/providers📝 Commits (2)
26359b9feat: allow insecure connections in cdnfly, goedge, powerdnsf63ee41feat: new deployment provider: proxmoxve📊 Changes
41 files changed (+612 additions, -137 deletions)
View changed files
📝
go.mod(+8 -1)📝
go.sum(+18 -0)📝
internal/applicant/providers.go(+5 -4)📝
internal/deployer/providers.go(+32 -11)📝
internal/domain/access.go(+18 -8)📝
internal/domain/provider.go(+2 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/powerdns/powerdns.go(+14 -4)📝
internal/pkg/core/deployer/providers/1panel-console/1panel_console.go(+2 -2)📝
internal/pkg/core/deployer/providers/1panel-site/1panel_site.go(+2 -2)📝
internal/pkg/core/deployer/providers/baotapanel-console/baotapanel_console.go(+2 -2)📝
internal/pkg/core/deployer/providers/baotapanel-site/baotapanel_site.go(+2 -2)📝
internal/pkg/core/deployer/providers/cdnfly/cdnfly.go(+9 -2)📝
internal/pkg/core/deployer/providers/cdnfly/cdnfly_test.go(+6 -5)📝
internal/pkg/core/deployer/providers/goedge/goedge.go(+9 -2)📝
internal/pkg/core/deployer/providers/goedge/goedge_test.go(+6 -5)➕
internal/pkg/core/deployer/providers/proxmoxve/proxmoxve.go(+121 -0)➕
internal/pkg/core/deployer/providers/proxmoxve/proxmoxve_test.go(+82 -0)📝
internal/pkg/core/deployer/providers/safeline/safeline.go(+2 -2)📝
internal/pkg/sdk3rd/cdnfly/client.go(+6 -0)📝
internal/pkg/sdk3rd/goedge/client.go(+6 -0)...and 21 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.