[PR #346] [MERGED] feat: add deployer BytePlus CDN #928

Closed
opened 2026-03-03 01:06:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/346
Author: @jarod
Created: 11/16/2024
Status: Merged
Merged: 11/18/2024
Merged by: @usual2970

Base: mainHead: main


📝 Commits (3)

  • 2b0f7aa feat: add deployer BytePlus CDN
  • d1df088 fix: 补充Provider Access 的 UI 实现
  • 6a80455 fix: byteplus access provider

📊 Changes

16 files changed (+950 additions, -308 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+4 -0)
internal/deployer/byteplus_cdn.go (+116 -0)
📝 internal/deployer/deployer.go (+3 -0)
📝 internal/domain/access.go (+5 -0)
internal/pkg/core/uploader/providers/byteplus-cdn/byteplus_cdn.go (+111 -0)
migrations/1731872250_add_byteplus.go (+107 -0)
ui/public/imgs/providers/byteplus.svg (+4 -0)
ui/src/components/certimate/AccessByteplusForm.tsx (+194 -0)
📝 ui/src/components/certimate/AccessEditDialog.tsx (+12 -0)
📝 ui/src/components/certimate/DeployEditDialog.tsx (+309 -305)
ui/src/components/certimate/DeployToByteplusCDN.tsx (+68 -0)
📝 ui/src/domain/access.ts (+9 -1)
📝 ui/src/domain/domain.ts (+1 -0)
📝 ui/src/i18n/locales/en/nls.common.json (+3 -1)
📝 ui/src/i18n/locales/zh/nls.common.json (+3 -1)

📄 Description

BytePlus是火山云的海外版,因为我们自己有用到,基于 @belier-cn 贡献的火山云CDN的代码(#342)改的


🔄 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/346 **Author:** [@jarod](https://github.com/jarod) **Created:** 11/16/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`2b0f7aa`](https://github.com/certimate-go/certimate/commit/2b0f7aaf8aac0e34ab38f71b9062f3f897a24582) feat: add deployer BytePlus CDN - [`d1df088`](https://github.com/certimate-go/certimate/commit/d1df088662a1aff1d65d81a345307600487d7476) fix: 补充Provider Access 的 UI 实现 - [`6a80455`](https://github.com/certimate-go/certimate/commit/6a80455c6c605fa3997297450ec49e408f4d8d03) fix: byteplus access provider ### 📊 Changes **16 files changed** (+950 additions, -308 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+4 -0) ➕ `internal/deployer/byteplus_cdn.go` (+116 -0) 📝 `internal/deployer/deployer.go` (+3 -0) 📝 `internal/domain/access.go` (+5 -0) ➕ `internal/pkg/core/uploader/providers/byteplus-cdn/byteplus_cdn.go` (+111 -0) ➕ `migrations/1731872250_add_byteplus.go` (+107 -0) ➕ `ui/public/imgs/providers/byteplus.svg` (+4 -0) ➕ `ui/src/components/certimate/AccessByteplusForm.tsx` (+194 -0) 📝 `ui/src/components/certimate/AccessEditDialog.tsx` (+12 -0) 📝 `ui/src/components/certimate/DeployEditDialog.tsx` (+309 -305) ➕ `ui/src/components/certimate/DeployToByteplusCDN.tsx` (+68 -0) 📝 `ui/src/domain/access.ts` (+9 -1) 📝 `ui/src/domain/domain.ts` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.common.json` (+3 -1) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+3 -1) </details> ### 📄 Description BytePlus是火山云的海外版,因为我们自己有用到,基于 @belier-cn 贡献的火山云CDN的代码(#342)改的 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:52 +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#928
No description provided.