[PR #335] [CLOSED] feat: add volcengine dns provider and add volcengine live deployer #923

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/335
Author: @belier-cn
Created: 11/13/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • b9b2602 feat: add volcengine dns provider and add volcengine live deployer

📊 Changes

17 files changed (+1259 additions, -92 deletions)

View changed files

📝 go.mod (+28 -27)
📝 go.sum (+634 -62)
📝 internal/applicant/applicant.go (+3 -0)
internal/applicant/volcengine.go (+34 -0)
📝 internal/deployer/deployer.go (+3 -0)
internal/deployer/volcengine_live.go (+133 -0)
📝 internal/domain/access.go (+5 -0)
internal/pkg/core/uploader/providers/volcengine_live/volcengine_live.go (+117 -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.添加火山引擎-直播服务的证书部署

已测试通过
SCR-20241113-kork


🔄 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/335 **Author:** [@belier-cn](https://github.com/belier-cn) **Created:** 11/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`b9b2602`](https://github.com/certimate-go/certimate/commit/b9b2602eb5bf35e201948ad4dc62141d891181ab) feat: add volcengine dns provider and add volcengine live deployer ### 📊 Changes **17 files changed** (+1259 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+28 -27) 📝 `go.sum` (+634 -62) 📝 `internal/applicant/applicant.go` (+3 -0) ➕ `internal/applicant/volcengine.go` (+34 -0) 📝 `internal/deployer/deployer.go` (+3 -0) ➕ `internal/deployer/volcengine_live.go` (+133 -0) 📝 `internal/domain/access.go` (+5 -0) ➕ `internal/pkg/core/uploader/providers/volcengine_live/volcengine_live.go` (+117 -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.添加火山引擎-直播服务的证书部署 已测试通过 <img width="846" alt="SCR-20241113-kork" src="https://github.com/user-attachments/assets/8d702960-9089-485e-8027-6ba86575ab0c"> --- <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#923
No description provided.