[PR #41] [MERGED] feat: 支持阿里云 DCDN (全站加速) 部署 #835

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/41
Author: @PBK-B
Created: 9/17/2024
Status: Merged
Merged: 9/17/2024
Merged by: @usual2970

Base: mainHead: feat-ali-dcdn


📝 Commits (2)

  • 0390ac3 feat: support aliyun dcdn(esa)
  • f4b3a8c feat: domains add aliyun-dcdn item #40

📊 Changes

10 files changed (+526 additions, -300 deletions)

View changed files

📝 go.mod (+15 -7)
📝 go.sum (+43 -0)
internal/deployer/aliyun_esa.go (+86 -0)
📝 internal/deployer/deployer.go (+3 -0)
migrations/1726569833_updated_domains.go (+85 -0)
ui/dist/assets/index-CvMrzdp7.js (+291 -0)
ui/dist/assets/index-DoSOua_N.js (+0 -291)
📝 ui/dist/index.html (+1 -1)
📝 ui/src/domain/domain.ts (+1 -0)
📝 ui/src/main.tsx (+1 -1)

📄 Description

关联 issue: https://github.com/usual2970/certimate/issues/40

该 PR 做了以下调整:

  • 添加阿里 DCDN 部署
  • 调整默认主题颜色为 system

最后再次感谢你的工作,为我们带来这个超级酷的项目。 @usual2970 TBR; ❤️


🔄 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/41 **Author:** [@PBK-B](https://github.com/PBK-B) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/17/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat-ali-dcdn` --- ### 📝 Commits (2) - [`0390ac3`](https://github.com/certimate-go/certimate/commit/0390ac3eda504a488b59af0392fdccc16a6f5001) feat: support aliyun dcdn(esa) - [`f4b3a8c`](https://github.com/certimate-go/certimate/commit/f4b3a8cf812202b0491683d07342b0f78df07f6d) feat: domains add aliyun-dcdn item #40 ### 📊 Changes **10 files changed** (+526 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+15 -7) 📝 `go.sum` (+43 -0) ➕ `internal/deployer/aliyun_esa.go` (+86 -0) 📝 `internal/deployer/deployer.go` (+3 -0) ➕ `migrations/1726569833_updated_domains.go` (+85 -0) ➕ `ui/dist/assets/index-CvMrzdp7.js` (+291 -0) ➖ `ui/dist/assets/index-DoSOua_N.js` (+0 -291) 📝 `ui/dist/index.html` (+1 -1) 📝 `ui/src/domain/domain.ts` (+1 -0) 📝 `ui/src/main.tsx` (+1 -1) </details> ### 📄 Description 关联 issue: https://github.com/usual2970/certimate/issues/40 该 PR 做了以下调整: - 添加阿里 DCDN 部署 - 调整默认主题颜色为 `system` > 最后再次感谢你的工作,为我们带来这个超级酷的项目。 @usual2970 TBR; ❤️ --- <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:25 +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#835
No description provided.