[PR #4005] feat: add remark in proxy hosts list #3787

Open
opened 2026-02-26 08:31:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4005
Author: @GodD6366
Created: 9/17/2024
Status: 🔄 Open

Base: developHead: feat/add-remark


📝 Commits (3)

  • ee7fd13 feat: add remark in proxy hosts list
  • 8dbd14d feat: add remark in proxy hosts list
  • 3e969fd feat: 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

image


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/4005 **Author:** [@GodD6366](https://github.com/GodD6366) **Created:** 9/17/2024 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `feat/add-remark` --- ### 📝 Commits (3) - [`ee7fd13`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ee7fd13bdf62996604f8800d9d460de8b139f2fd) feat: add remark in proxy hosts list - [`8dbd14d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8dbd14d5e1dce2032f5b6a12387161d03925636e) feat: add remark in proxy hosts list - [`3e969fd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/3e969fdbeb4a9b4a9a221beb9318c0ef30ee617c) feat: add remark in proxy hosts list ### 📊 Changes **9 files changed** (+76 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 ![image](https://github.com/user-attachments/assets/d0819ea3-9fd9-4c0b-80d3-d22e8f75c6d4) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/nginx-proxy-manager-NginxProxyManager#3787
No description provided.