NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Allow users to change the default proxy host icon to a custom one.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Is your feature request related to a problem? Please describe.
not related.
Describe the solution you'd like
When editing the proxy host details, add a 'Set Icon' button which allows the user to set the icon either via (Uploading a file?), or a URL (Would probably be the easiest solution).
Currently this is how it looks like:
inspecting the CSS element already shows that the base image is being fetched via this URL:
and then by simply replacing the URL with a custom one:
Describe alternatives you've considered
none
Additional context
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 with frontend/src/components/Table/Formatter/GravatarFormatter.tsx at the referenced icon declaration, then trace how proxy host details are edited. Clarify whether the feature should support a URL, file upload, or both before changing the form. Done means a saved custom icon can be set while editing a proxy host and is shown in the proxy host table.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100