[PR #975] [MERGED] Improved Access List Form #3333

Closed
opened 2026-02-26 07:38:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/975
Author: @michaelgaultjr
Created: 3/25/2021
Status: Merged
Merged: 5/6/2021
Merged by: @jc21

Base: developHead: feature/more-access-ips


📝 Commits (3)

  • 1a64d44 Merge pull request #955 from jc21/develop
  • 63d3c2d Add More Access List Entries & Access List Help
  • d333732 Add target _blank to href

📊 Changes

5 files changed (+51 additions, -17 deletions)

View changed files

📝 frontend/js/app/nginx/access/form.ejs (+18 -0)
📝 frontend/js/app/nginx/access/form.js (+24 -15)
📝 frontend/js/app/nginx/access/form/client.ejs (+1 -1)
📝 frontend/js/i18n/messages.json (+3 -1)
📝 frontend/scss/tabler-extra.scss (+5 -0)

📄 Description

Changes

  • Added button to add additional Usernames/Passwords to Access Lists.
  • Added button to add additional IPs to Access Lists.
  • Added Reference to Nginx documentation in Access List "Authorization" tab.
  • Added Reference to Nginx documentation in Access List "Access" tab.

Reason for Changes

There are many situations where you'd want to have more than 4 IPs in an access list, this wasn't possible within NPM.
This PR makes that possible while adding references to the Nginx documentation on how to use the features.

Fixed Issues

#615
#822


🔄 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/975 **Author:** [@michaelgaultjr](https://github.com/michaelgaultjr) **Created:** 3/25/2021 **Status:** ✅ Merged **Merged:** 5/6/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `feature/more-access-ips` --- ### 📝 Commits (3) - [`1a64d44`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1a64d44857b8db488f56567b743f787b61e1f7a4) Merge pull request #955 from jc21/develop - [`63d3c2d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/63d3c2d06f8e958b5840952e196c0ae950ed5b8b) Add More Access List Entries & Access List Help - [`d333732`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d3337322dd334b892f3301b17ffa233a81086bed) Add target _blank to href ### 📊 Changes **5 files changed** (+51 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `frontend/js/app/nginx/access/form.ejs` (+18 -0) 📝 `frontend/js/app/nginx/access/form.js` (+24 -15) 📝 `frontend/js/app/nginx/access/form/client.ejs` (+1 -1) 📝 `frontend/js/i18n/messages.json` (+3 -1) 📝 `frontend/scss/tabler-extra.scss` (+5 -0) </details> ### 📄 Description Changes --- - Added button to add additional Usernames/Passwords to Access Lists. - Added button to add additional IPs to Access Lists. - Added Reference to Nginx documentation in Access List "Authorization" tab. - Added Reference to Nginx documentation in Access List "Access" tab. Reason for Changes --- There are many situations where you'd want to have more than 4 IPs in an access list, this wasn't possible within NPM. This PR makes that possible while adding references to the Nginx documentation on how to use the features. Fixed Issues --- #615 #822 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 07:38:55 +03:00
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#3333
No description provided.