[PR #247] [MERGED] feat: add support for tencent CLB #883

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

📋 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: mainHead: feat-tencent-clb


📝 Commits (9)

  • 0e575a0 rename tencent_cos.go
  • 4b324e6 fix tencent COS ui
  • 195aa54 add wildcase domain supported ui label
  • 59584a2 fix tencent cos input verify
  • d82a9c9 fix tencent cos ui onload verify
  • 7c68564 fix tencent cos ui placeholder
  • 7544286 add support for tencent CLB
  • 6875151 fix tencent clb deploy failed
  • 83393a4 update 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

  • 新增 腾讯云CLB负载均衡配置支持
  • 新增 支持泛域名 的domain placeholder
  • 修复 腾讯云COS ui的部分展示bug

🔄 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/247 **Author:** [@LeoChen98](https://github.com/LeoChen98) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat-tencent-clb` --- ### 📝 Commits (9) - [`0e575a0`](https://github.com/certimate-go/certimate/commit/0e575a0ce7465875cf4a6b1d226ac0dcdc96140d) rename tencent_cos.go - [`4b324e6`](https://github.com/certimate-go/certimate/commit/4b324e6a227238857a626077c3febd898282083a) fix tencent COS ui - [`195aa54`](https://github.com/certimate-go/certimate/commit/195aa54cdc9f7ce5045cdac3fdc47bd5eb3595dc) add wildcase domain supported ui label - [`59584a2`](https://github.com/certimate-go/certimate/commit/59584a2961095c6871a1dc1d794e341f5f747cef) fix tencent cos input verify - [`d82a9c9`](https://github.com/certimate-go/certimate/commit/d82a9c9253cb14b56dc7591904e31dc5390b5170) fix tencent cos ui onload verify - [`7c68564`](https://github.com/certimate-go/certimate/commit/7c685646daaa2781f707fd03e3880d326c7128ba) fix tencent cos ui placeholder - [`7544286`](https://github.com/certimate-go/certimate/commit/7544286b0fe7a24c26ac43c524b7342b6e95b0a4) add support for tencent CLB - [`6875151`](https://github.com/certimate-go/certimate/commit/68751517171cb8832b86f9999639899725c07d05) fix tencent clb deploy failed - [`83393a4`](https://github.com/certimate-go/certimate/commit/83393a4ee13e928a1505051255502a682dc36635) update readme for tencent clb support ### 📊 Changes **15 files changed** (+436 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - 新增 腾讯云CLB负载均衡配置支持 - 新增 支持泛域名 的domain placeholder - 修复 腾讯云COS ui的部分展示bug --- <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:40 +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#883
No description provided.