mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #635] [MERGED] Allow DNS challenges not just for cloudflare #3274
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3274
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/NginxProxyManager/nginx-proxy-manager/pull/635
Author: @chaptergy
Created: 10/6/2020
Status: ✅ Merged
Merged: 10/14/2020
Merged by: @jc21
Base:
develop← Head:allow-more-dns-challenges📝 Commits (10+)
28f7208Merge pull request #592 from jc21/developb81325dImplements dns challenge provider selection in frontend2523424Updates dockerfiles05f6a55Adds frontend improvements and fixes093b48aImplements backend changes to allow more dns challenges64de36cAdds more DNS plugins4cbc1f5Minor refactoring514b13fFixes build issues due to globally used file95208a5Increases timeouts in front- and backend867fe13Unifies directory structure in dev and prod containers📊 Changes
27 files changed (+1115 additions, -223 deletions)
View changed files
📝
Jenkinsfile(+1 -0)📝
backend/app.js(+1 -1)📝
backend/config/sqlite-test-db.json(+1 -1)📝
backend/internal/certificate.js(+91 -30)📝
backend/routes/api/nginx/certificates.js(+2 -0)📝
backend/schema/endpoints/certificates.json(+14 -2)📝
docker/Dockerfile(+3 -2)📝
docker/dev/Dockerfile(+2 -2)📝
docker/docker-compose.dev.yml(+12 -1)📝
docker/rootfs/etc/nginx/conf.d/dev.conf(+3 -0)📝
docker/rootfs/etc/nginx/conf.d/production.conf(+3 -0)📝
docker/rootfs/etc/services.d/manager/run(+1 -1)📝
frontend/js/app/api.js(+5 -4)📝
frontend/js/app/nginx/certificates/form.ejs(+94 -11)📝
frontend/js/app/nginx/certificates/form.js(+80 -29)📝
frontend/js/app/nginx/certificates/list/item.ejs(+1 -1)📝
frontend/js/app/nginx/certificates/list/item.js(+7 -5)📝
frontend/js/app/nginx/dead/form.ejs(+84 -8)📝
frontend/js/app/nginx/dead/form.js(+91 -34)📝
frontend/js/app/nginx/proxy/form.ejs(+84 -8)...and 7 more files
📄 Description
This merge request would allow way more providers for DNS challenges to request wildcard certificates, not just for Cloudflare users.
These new providers are collected in an easily maintainable list
global/certbot-dns-plugins.js.As a little bonus "Internal Errors" as thrown by the backend now show the stack of what exactly went wrong, so users can sort out some problems on their own. This was requested in issue https://github.com/jc21/nginx-proxy-manager/issues/627 as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.