mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #335] [CLOSED] feat: add volcengine dns provider and add volcengine live deployer #923
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#923
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/335
Author: @belier-cn
Created: 11/13/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
b9b2602feat: 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.添加火山引擎-直播服务的证书部署
已测试通过

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.