mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[PR #4005] feat: add remark in proxy hosts list #3787
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#3787
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/4005
Author: @GodD6366
Created: 9/17/2024
Status: 🔄 Open
Base:
develop← Head:feat/add-remark📝 Commits (3)
ee7fd13feat: add remark in proxy hosts list8dbd14dfeat: add remark in proxy hosts list3e969fdfeat: add remark in proxy hosts list📊 Changes
9 files changed (+76 additions, -10 deletions)
View changed files
➕
backend/migrations/20240917085226_add_remark_to_proxy_host.js(+36 -0)📝
backend/models/proxy_host.js(+1 -1)📝
backend/schema/endpoints/proxy-hosts.json(+14 -0)📝
frontend/js/app/nginx/proxy/form.ejs(+8 -0)📝
frontend/js/app/nginx/proxy/form.js(+8 -7)📝
frontend/js/app/nginx/proxy/list/item.ejs(+4 -1)📝
frontend/js/app/nginx/proxy/list/main.ejs(+1 -0)📝
frontend/js/i18n/messages.json(+3 -1)📝
frontend/js/models/proxy-host.js(+1 -0)📄 Description
Sometimes the domain names are the same but the port numbers are different, making it difficult to distinguish.
So notes were added for differentiation.
Also solve their needs #3182 #1585
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.