mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #1667] [MERGED] v2.9.13 #3467
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#3467
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/1667
Author: @jc21
Created: 12/22/2021
Status: ✅ Merged
Merged: 12/22/2021
Merged by: @jc21
Base:
master← Head:develop📝 Commits (10+)
c55476bAdds buttons to test availability of server from public internetc86a1a5Fixes formatting9efe6cfMinor fixes38ec0f9Adds logs to backend when testing http challengeee89dedAdds migration to regenerate default host1f879f6Reverts back to proxy_pass without variablesddd5389Skip migration if setting does not existcb09104Merge pull request #1578 from jc21/undo-switch-to-variablesd45f39aMerge pull request #1538 from jc21/adds-http-challenge-testb394eb8Hack for python binary in newer node images📊 Changes
18 files changed (+353 additions, -19 deletions)
View changed files
📝
.version(+1 -1)📝
Jenkinsfile(+1 -1)📝
README.md(+1 -1)📝
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)📝
backend/templates/_location.conf(+1 -7)📝
docker/rootfs/etc/nginx/conf.d/include/proxy.conf(+1 -2)📝
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
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.