mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[PR #339] [MERGED] feat: add volcengine dns provider and add volcengine live deployer #925
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#925
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/339
Author: @belier-cn
Created: 11/13/2024
Status: ✅ Merged
Merged: 11/14/2024
Merged by: @usual2970
Base:
main← Head:main📝 Commits (2)
e2562a5feat: add volcengine dns provider and add volcengine live deployerc298f8bdocs: 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.