NginxProxyManager / NginxProxyManager/nginx-proxy-manager
UI for Access Lists and Auth at subdomain locations
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Add a flag and a drop-down menu to enable Access Lists on subdomain locations
Currently in the advance tab of each sublocation one can add
auth_basic "Authorization required";
auth_basic_user_file /data/access/<<access list id>>;
Ideally a drop-down and a flag directly in the settings of each custom location would be great
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
Start in the settings UI for custom locations and compare it with the existing Access Lists controls and the advanced-tab auth_basic fields. Trace how those settings are saved and rendered, then verify that a subdomain location can enable an Access List and choose one from a drop-down without losing the existing authentication configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, typescript
- Domain
- authorization, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100