mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1562] [FR] - Allow folders in UI for Proxy host management/organization #1180
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eleenheer on GitHub (Nov 4, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1562
Looking through the different proxy hosts can become annoying depending on how large the list is. (current version 2.9.6 due to bug 1319, will be trying to implement workaround once I'm more comfortable with the application) You are not able to sort through the proxy host list by any of the fields. Depending on naming convention of sub domains, the list can become annoying to parse through.
The flow that I use is that I have Organizr as a portal page in order to access other resources. for example:
media.mysite.com - login is required in order to access other resources
>sonarr.mysite.com
>radarr.mysite.com
>calibre.mysite.com
I have 3 different "parent" sites, with up to 13 different services between them. before changing my sub domain naming convention, I had 3 different portainer sites (portainer1, portainer2, portainer3) all of these would be next to each other and not by the "parent" site.
Allow a method of organization when it comes to proxy hosts. If its possible, using collapsible folders/fields so that we can expand and collapse them as needed to reduce the clutter. Example:
-media.mysite.com
>sonarr.mysite.com
>radarr.mysite.com
>calibre.mysite.com
+admin.mysite.com
+lab.mysite.com
@eleenheer commented on GitHub (Nov 4, 2021):
saw that this was already being worked on, apologies for not looking harder first