mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[PR #610] [MERGED] feat: support bunny as dns and cdn provider #994
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#994
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/610
Author: @imlonghao
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/19/2025
Merged by: @usual2970
Base:
main← Head:feat/bunny📝 Commits (1)
5143823feat: support bunny as dns and cdn provider📊 Changes
26 files changed (+692 additions, -0 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+4 -0)📝
internal/applicant/providers.go(+16 -0)📝
internal/deployer/providers.go(+16 -0)📝
internal/domain/access.go(+4 -0)📝
internal/domain/provider.go(+2 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/bunny/bunny.go(+36 -0)➕
internal/pkg/core/deployer/providers/bunny-cdn/bunny_cdn.go(+70 -0)➕
internal/pkg/core/deployer/providers/bunny-cdn/bunny_cdn_test.go(+75 -0)➕
internal/pkg/vendors/bunny-sdk/api.go(+11 -0)➕
internal/pkg/vendors/bunny-sdk/client.go(+66 -0)➕
internal/pkg/vendors/bunny-sdk/models.go(+8 -0)➕
migrations/1744459000_upgrade.go(+98 -0)➕
ui/public/imgs/providers/bunny.svg(+108 -0)📝
ui/src/components/access/AccessForm.tsx(+3 -0)➕
ui/src/components/access/AccessFormBunnyConfig.tsx(+62 -0)📝
ui/src/components/workflow/node/DeployNodeConfigForm.tsx(+3 -0)➕
ui/src/components/workflow/node/DeployNodeConfigFormBunnyCDNConfig.tsx(+76 -0)📝
ui/src/domain/access.ts(+5 -0)📝
ui/src/domain/provider.ts(+6 -0)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.