NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Support for multiple IPs addition at once for access lists
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Sometimes we have to allow a proxy host to be accessible from external list of IPs. One trivial use case example is if you need to allow all host monitoring service IPs or other external system. Sometimes they give you 100, 200, 300 or more IPs to whitelist. It's painful when you see you have to "add" button to add them one by one :)
The solution may be to support CSV as input for the field, or textarea for addition of multiple IPs at once, each at new line for example.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the existing access-list IP addition flow in the TypeScript application and tracing its validation and persistence path. Done means the chosen bulk-input format accepts many IPs at once and preserves the access-list behavior for individual entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, typescript
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100