[PR #339] [MERGED] feat: add volcengine dns provider and add volcengine live deployer #925

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/339
Author: @belier-cn
Created: 11/13/2024
Status: Merged
Merged: 11/14/2024
Merged by: @usual2970

Base: mainHead: main


📝 Commits (2)

  • e2562a5 feat: add volcengine dns provider and add volcengine live deployer
  • c298f8b docs: Add Volcengine Information to README.md

📊 Changes

20 files changed (+1381 additions, -92 deletions)

View changed files

📝 README.md (+1 -0)
📝 README_EN.md (+1 -0)
📝 go.mod (+28 -27)
📝 go.sum (+634 -62)
📝 internal/applicant/applicant.go (+3 -0)
internal/applicant/volcengine.go (+35 -0)
📝 internal/deployer/deployer.go (+3 -0)
internal/deployer/volcengine_live.go (+148 -0)
📝 internal/domain/access.go (+5 -0)
internal/pkg/core/uploader/providers/volcengine-live/volcengine_live.go (+116 -0)
migrations/1731463526_updated_access.go (+105 -0)
ui/public/imgs/providers/volcengine.svg (+8 -0)
📝 ui/src/components/certimate/AccessEditDialog.tsx (+12 -0)
ui/src/components/certimate/AccessVolcengineForm.tsx (+194 -0)
📝 ui/src/components/certimate/DeployEditDialog.tsx (+4 -0)
ui/src/components/certimate/DeployToVolcengineLive.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

1.添加火山引擎DNS服务商
2.添加火山引擎-直播服务的证书部署


🔄 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/339 **Author:** [@belier-cn](https://github.com/belier-cn) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`e2562a5`](https://github.com/certimate-go/certimate/commit/e2562a525113ee8d4f58a8f8f1b388d99ba77f38) feat: add volcengine dns provider and add volcengine live deployer - [`c298f8b`](https://github.com/certimate-go/certimate/commit/c298f8b952c30cecadf516667d359775aaa94b96) docs: Add Volcengine Information to README.md ### 📊 Changes **20 files changed** (+1381 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `README_EN.md` (+1 -0) 📝 `go.mod` (+28 -27) 📝 `go.sum` (+634 -62) 📝 `internal/applicant/applicant.go` (+3 -0) ➕ `internal/applicant/volcengine.go` (+35 -0) 📝 `internal/deployer/deployer.go` (+3 -0) ➕ `internal/deployer/volcengine_live.go` (+148 -0) 📝 `internal/domain/access.go` (+5 -0) ➕ `internal/pkg/core/uploader/providers/volcengine-live/volcengine_live.go` (+116 -0) ➕ `migrations/1731463526_updated_access.go` (+105 -0) ➕ `ui/public/imgs/providers/volcengine.svg` (+8 -0) 📝 `ui/src/components/certimate/AccessEditDialog.tsx` (+12 -0) ➕ `ui/src/components/certimate/AccessVolcengineForm.tsx` (+194 -0) 📝 `ui/src/components/certimate/DeployEditDialog.tsx` (+4 -0) ➕ `ui/src/components/certimate/DeployToVolcengineLive.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 1.添加火山引擎DNS服务商 2.添加火山引擎-直播服务的证书部署 --- <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:51 +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#925
No description provided.