[PR #119] [CLOSED] 添加(HTTP-01)文件校验支持 #850

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/119
Author: @CepheiSigma
Created: 9/29/2024
Status: Closed

Base: mainHead: main


📝 Commits (6)

  • 8727981 feat: Add file-verify, just now support qiniu-oss and ssh
  • 8113802 Merge branch 'main' of github.com:usual2970/certimate
  • 65c51ee update words
  • 3320fe0 improvement: complete CleanUp function
  • 581d276 Merge branch 'usual2970:main' into main
  • 0b8b5a9 Merge branch 'main' of github.com:CepheiSigma/certimate

📊 Changes

11 files changed (+1355 additions, -35 deletions)

View changed files

📝 go.mod (+10 -2)
📝 go.sum (+14 -4)
📝 internal/applicant/applicant.go (+97 -2)
internal/applicant/qiniu.go (+100 -0)
internal/applicant/ssh.go (+171 -0)
📝 internal/domains/deploy.go (+1 -1)
migrations/1727587274_collections_snapshot.go (+752 -0)
📝 ui/src/domain/domain.ts (+11 -0)
📝 ui/src/i18n/locales/en.json (+5 -0)
📝 ui/src/i18n/locales/zh.json (+5 -0)
📝 ui/src/pages/domains/Edit.tsx (+189 -26)

📄 Description

目前支持 HTTP-01 文件上传至 七牛 OSS 和 SSH 主机,文件上传配置是共用部署阶段所使用的授权配置。
前端 UI 有所调整,代码已提交但未提交构建后的文件


🔄 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/119 **Author:** [@CepheiSigma](https://github.com/CepheiSigma) **Created:** 9/29/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`8727981`](https://github.com/certimate-go/certimate/commit/8727981b46261b2f1344a186a452351c8c7c7f7c) feat: Add file-verify, just now support qiniu-oss and ssh - [`8113802`](https://github.com/certimate-go/certimate/commit/811380281347fe2014c6383a3cdcd1b1105a3ace) Merge branch 'main' of github.com:usual2970/certimate - [`65c51ee`](https://github.com/certimate-go/certimate/commit/65c51eeeff8050d83bdcd15d1f450fa630d07188) update words - [`3320fe0`](https://github.com/certimate-go/certimate/commit/3320fe08ee7c0d8988704f5ac902b9a766286ca8) improvement: complete CleanUp function - [`581d276`](https://github.com/certimate-go/certimate/commit/581d276bf42113336c2538f540544f0ec855e253) Merge branch 'usual2970:main' into main - [`0b8b5a9`](https://github.com/certimate-go/certimate/commit/0b8b5a98c2c6fb438e626cd1f1d0a915e5e200d2) Merge branch 'main' of github.com:CepheiSigma/certimate ### 📊 Changes **11 files changed** (+1355 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+10 -2) 📝 `go.sum` (+14 -4) 📝 `internal/applicant/applicant.go` (+97 -2) ➕ `internal/applicant/qiniu.go` (+100 -0) ➕ `internal/applicant/ssh.go` (+171 -0) 📝 `internal/domains/deploy.go` (+1 -1) ➕ `migrations/1727587274_collections_snapshot.go` (+752 -0) 📝 `ui/src/domain/domain.ts` (+11 -0) 📝 `ui/src/i18n/locales/en.json` (+5 -0) 📝 `ui/src/i18n/locales/zh.json` (+5 -0) 📝 `ui/src/pages/domains/Edit.tsx` (+189 -26) </details> ### 📄 Description 目前支持 HTTP-01 文件上传至 七牛 OSS 和 SSH 主机,文件上传配置是共用部署阶段所使用的授权配置。 前端 UI 有所调整,代码已提交但未提交构建后的文件 --- <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:30 +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#850
No description provided.