[PR #221] [MERGED] Add the certificate application using PowerDNS and an HTTP request. #873

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/221
Author: @aazf
Created: 10/19/2024
Status: Merged
Merged: 10/20/2024
Merged by: @usual2970

Base: mainHead: main


📝 Commits (5)

  • d6d296b add powerdns,http request apply.
  • 467e4c4 add powerdns,http request apply.
  • 57ae6d5 add ui/dist to .gitignore. change dockerfile to build front.
  • 1562e92 merge source
  • 24192b6 Merge branch 'main' into main

📊 Changes

39 files changed (+746 additions, -55 deletions)

View changed files

📝 .gitignore (+1 -2)
📝 Dockerfile_build (+15 -2)
📝 README.md (+2 -0)
📝 README_EN.md (+3 -0)
📝 internal/applicant/applicant.go (+9 -0)
internal/applicant/httpreq.go (+38 -0)
internal/applicant/pdns.go (+36 -0)
📝 internal/domain/access.go (+11 -0)
📝 migrations/1726569833_updated_domains.go (+2 -2)
📝 migrations/1728610007_updated_access.go (+2 -2)
📝 migrations/1729160433_updated_access.go (+2 -2)
📝 migrations/1729241998_updated_access.go (+2 -2)
migrations/1729339341_updated_access.go (+98 -0)
ui/dist/assets/index-YqBWA4KK.css (+0 -1)
ui/dist/imgs/providers/aliyun.svg (+0 -1)
ui/dist/imgs/providers/aws.svg (+0 -1)
ui/dist/imgs/providers/cloudflare.svg (+0 -1)
ui/dist/imgs/providers/godaddy.svg (+0 -1)
ui/dist/imgs/providers/huaweicloud.svg (+0 -1)
ui/dist/imgs/providers/k8s.svg (+0 -1)

...and 19 more files

📄 Description

No description provided


🔄 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/221 **Author:** [@aazf](https://github.com/aazf) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`d6d296b`](https://github.com/certimate-go/certimate/commit/d6d296b546a36c3e2297837cbd17fa9d97e4e155) add powerdns,http request apply. - [`467e4c4`](https://github.com/certimate-go/certimate/commit/467e4c4634bfa70b08fb8a129ca2c61e92a6c4a7) add powerdns,http request apply. - [`57ae6d5`](https://github.com/certimate-go/certimate/commit/57ae6d5b4011efd3cd4166b3b07026cfd7b8bafd) add ui/dist to .gitignore. change dockerfile to build front. - [`1562e92`](https://github.com/certimate-go/certimate/commit/1562e92e744893d15a500a2fe6a9a9b75b065a4a) merge source - [`24192b6`](https://github.com/certimate-go/certimate/commit/24192b61c10aabdc39eb7188ce043040a5c534a5) Merge branch 'main' into main ### 📊 Changes **39 files changed** (+746 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -2) 📝 `Dockerfile_build` (+15 -2) 📝 `README.md` (+2 -0) 📝 `README_EN.md` (+3 -0) 📝 `internal/applicant/applicant.go` (+9 -0) ➕ `internal/applicant/httpreq.go` (+38 -0) ➕ `internal/applicant/pdns.go` (+36 -0) 📝 `internal/domain/access.go` (+11 -0) 📝 `migrations/1726569833_updated_domains.go` (+2 -2) 📝 `migrations/1728610007_updated_access.go` (+2 -2) 📝 `migrations/1729160433_updated_access.go` (+2 -2) 📝 `migrations/1729241998_updated_access.go` (+2 -2) ➕ `migrations/1729339341_updated_access.go` (+98 -0) ➖ `ui/dist/assets/index-YqBWA4KK.css` (+0 -1) ➖ `ui/dist/imgs/providers/aliyun.svg` (+0 -1) ➖ `ui/dist/imgs/providers/aws.svg` (+0 -1) ➖ `ui/dist/imgs/providers/cloudflare.svg` (+0 -1) ➖ `ui/dist/imgs/providers/godaddy.svg` (+0 -1) ➖ `ui/dist/imgs/providers/huaweicloud.svg` (+0 -1) ➖ `ui/dist/imgs/providers/k8s.svg` (+0 -1) _...and 19 more files_ </details> ### 📄 Description _No description provided_ --- <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:37 +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#873
No description provided.