[PR #1023] [MERGED] new providers #1108

Closed
opened 2026-03-03 01:07:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1023
Author: @fudiwei
Created: 11/3/2025
Status: Merged
Merged: 11/3/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (4)

  • 1f59d59 chore(deps): upgrade npm dependencies
  • 3ba22a2 chore(deps): upgrade gomod dependencies
  • 494a55f feat(provider): new acme dns-01 provider: hostingde
  • facc665 refactor: clean code

📊 Changes

90 files changed (+1112 additions, -1504 deletions)

View changed files

📝 go.mod (+27 -28)
📝 go.sum (+54 -56)
internal/certapply/applicators/sp_hostingde.go (+29 -0)
📝 internal/domain/access.go (+4 -0)
📝 internal/domain/certificate.go (+2 -0)
📝 internal/domain/provider.go (+2 -0)
📝 internal/repository/certificate.go (+2 -0)
📝 migrations/1762142400_m0.4.3.go (+20 -0)
pkg/core/ssl-applicator/acme-dns01/providers/hostingde/hostingde.go (+38 -0)
📝 ui/package-lock.json (+71 -62)
📝 ui/package.json (+6 -6)
📝 ui/public/imgs/providers/baiducloud.svg (+1 -1)
ui/public/imgs/providers/hostingde.svg (+1 -0)
📝 ui/src/components/access/AccessForm.tsx (+22 -352)
ui/src/components/access/forms/AccessConfigFieldsProvider.tsx (+210 -0)
📝 ui/src/components/access/forms/AccessConfigFieldsProvider1Panel.tsx (+1 -4)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderACMEDNS.tsx (+9 -12)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderACMEHttpReq.tsx (+2 -8)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderAWS.tsx (+2 -8)
📝 ui/src/components/access/forms/AccessConfigFieldsProviderActalisSSL.tsx (+2 -8)

...and 70 more files

📄 Description

该 PR 包含以下内容变更:

  • feat: 新增 DNS-01 提供商:hosting.de。关闭 #1015
  • chore: 升级 gomod & npm 依赖项。
  • refacor: 优化部分代码结构。

🔄 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/1023 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`1f59d59`](https://github.com/certimate-go/certimate/commit/1f59d59fdf62eeb875f20c2af2f857a92aed90ed) chore(deps): upgrade npm dependencies - [`3ba22a2`](https://github.com/certimate-go/certimate/commit/3ba22a2296a8f4d62d89c32375cab968b3d0cc12) chore(deps): upgrade gomod dependencies - [`494a55f`](https://github.com/certimate-go/certimate/commit/494a55ff3e4d39931a6206c89cc90b60152d0495) feat(provider): new acme dns-01 provider: hostingde - [`facc665`](https://github.com/certimate-go/certimate/commit/facc6651c98956690fb76945b3409ced96e34606) refactor: clean code ### 📊 Changes **90 files changed** (+1112 additions, -1504 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+27 -28) 📝 `go.sum` (+54 -56) ➕ `internal/certapply/applicators/sp_hostingde.go` (+29 -0) 📝 `internal/domain/access.go` (+4 -0) 📝 `internal/domain/certificate.go` (+2 -0) 📝 `internal/domain/provider.go` (+2 -0) 📝 `internal/repository/certificate.go` (+2 -0) 📝 `migrations/1762142400_m0.4.3.go` (+20 -0) ➕ `pkg/core/ssl-applicator/acme-dns01/providers/hostingde/hostingde.go` (+38 -0) 📝 `ui/package-lock.json` (+71 -62) 📝 `ui/package.json` (+6 -6) 📝 `ui/public/imgs/providers/baiducloud.svg` (+1 -1) ➕ `ui/public/imgs/providers/hostingde.svg` (+1 -0) 📝 `ui/src/components/access/AccessForm.tsx` (+22 -352) ➕ `ui/src/components/access/forms/AccessConfigFieldsProvider.tsx` (+210 -0) 📝 `ui/src/components/access/forms/AccessConfigFieldsProvider1Panel.tsx` (+1 -4) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderACMEDNS.tsx` (+9 -12) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderACMEHttpReq.tsx` (+2 -8) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderAWS.tsx` (+2 -8) 📝 `ui/src/components/access/forms/AccessConfigFieldsProviderActalisSSL.tsx` (+2 -8) _...and 70 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 新增 DNS-01 提供商:hosting.de。关闭 #1015 - **chore**: 升级 gomod & npm 依赖项。 - **refacor**: 优化部分代码结构。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:44 +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#1108
No description provided.