mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #247] [MERGED] feat: add support for tencent CLB #883
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#883
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/247
Author: @LeoChen98
Created: 10/23/2024
Status: ✅ Merged
Merged: 10/24/2024
Merged by: @usual2970
Base:
main← Head:feat-tencent-clb📝 Commits (9)
0e575a0rename tencent_cos.go4b324e6fix tencent COS ui195aa54add wildcase domain supported ui label59584a2fix tencent cos input verifyd82a9c9fix tencent cos ui onload verify7c68564fix tencent cos ui placeholder7544286add support for tencent CLB6875151fix tencent clb deploy failed83393a4update readme for tencent clb support📊 Changes
15 files changed (+436 additions, -8 deletions)
View changed files
📝
README.md(+1 -1)📝
README_EN.md(+1 -1)📝
internal/deployer/deployer.go(+3 -0)➕
internal/deployer/tencent_clb.go(+117 -0)📝
internal/deployer/tencent_cos.go(+0 -0)📝
ui/src/components/certimate/DeployEditDialog.tsx(+4 -0)📝
ui/src/components/certimate/DeployToQiniuCDN.tsx(+1 -1)📝
ui/src/components/certimate/DeployToTencentCDN.tsx(+1 -1)➕
ui/src/components/certimate/DeployToTencentCLB.tsx(+251 -0)📝
ui/src/components/certimate/DeployToTencentCOS.tsx(+36 -4)📝
ui/src/domain/domain.ts(+1 -0)📝
ui/src/i18n/locales/en/nls.common.json(+1 -0)📝
ui/src/i18n/locales/en/nls.domain.json(+9 -0)📝
ui/src/i18n/locales/zh/nls.common.json(+1 -0)📝
ui/src/i18n/locales/zh/nls.domain.json(+9 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.