mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[PR #1538] [MERGED] Adds buttons to test availability of server from public internet #3451
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#3451
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/1538
Author: @chaptergy
Created: 10/30/2021
Status: ✅ Merged
Merged: 11/9/2021
Merged by: @jc21
Base:
develop← Head:adds-http-challenge-test📝 Commits (6)
c55476bAdds buttons to test availability of server from public internetc86a1a5Fixes formatting9efe6cfMinor fixes38ec0f9Adds logs to backend when testing http challengeee89dedAdds migration to regenerate default hostddd5389Skip migration if setting does not exist📊 Changes
13 files changed (+348 additions, -7 deletions)
View changed files
📝
backend/internal/certificate.js(+90 -0)➕
backend/migrations/20211108145214_regenerate_default_host.js(+50 -0)📝
backend/routes/api/nginx/certificates.js(+26 -1)📝
backend/schema/endpoints/certificates.json(+11 -0)📝
frontend/js/app/api.js(+10 -0)📝
frontend/js/app/controller.js(+13 -0)📝
frontend/js/app/nginx/certificates/form.ejs(+8 -0)📝
frontend/js/app/nginx/certificates/form.js(+26 -1)📝
frontend/js/app/nginx/certificates/list/item.ejs(+3 -0)📝
frontend/js/app/nginx/certificates/list/item.js(+11 -5)➕
frontend/js/app/nginx/certificates/test.ejs(+15 -0)➕
frontend/js/app/nginx/certificates/test.js(+75 -0)📝
frontend/js/i18n/messages.json(+10 -0)📄 Description
Adds buttons to test whether the domains are available to the public internet for certs. Pressing the button places a dummy file in the
.well-knowndirectory where the challenge would be, and checks whether the file is requestable using site24x7.com.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.