[PR #610] [MERGED] feat: support bunny as dns and cdn provider #994

Closed
opened 2026-03-03 01:07:12 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/bunny


📝 Commits (1)

  • 5143823 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/610 **Author:** [@imlonghao](https://github.com/imlonghao) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/19/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/bunny` --- ### 📝 Commits (1) - [`5143823`](https://github.com/certimate-go/certimate/commit/5143823e43965895fdda1493feb521d0d8bdfa0c) feat: support bunny as dns and cdn provider ### 📊 Changes **26 files changed** (+692 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#994
No description provided.