NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Proxy Host Order
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
The order of the hosts on the Proxy Hosts page is seemingly random when using MySQL as the database storage. I know that SQLite works fine. Oddly, SSL certificates are displayed in alphabetical order.
Nginx Proxy Manager Version
2.12.3
To Reproduce
Steps to reproduce the behavior:
- Create NPM using MySQL database
- Go to 'Proxy Hosts' page
- See unsorted hosts
Expected behavior
Proxy hosts should be display in alphabetical order by host. If multiple hosts are listed, sort by first entry.
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 at the Proxy Hosts page and trace how hosts are retrieved and ordered when using MySQL, then compare that behavior with SQLite. The issue is done when hosts display alphabetically by host, with multiple hosts sorted by their first entry, while the existing Docker image remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, mysql, sqlite, typescript
- Domain
- databases, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100