mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #1023] [MERGED] new providers #1108
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#1108
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/1023
Author: @fudiwei
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (4)
1f59d59chore(deps): upgrade npm dependencies3ba22a2chore(deps): upgrade gomod dependencies494a55ffeat(provider): new acme dns-01 provider: hostingdefacc665refactor: 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 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.