mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #904] 站点和Stream列表能否增加端口展示 #3584
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3584
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 @Time-w on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/904
对于站点和 stream 做了一些服务的转发 可否展示具体的 ip 和端口或者端口,这样更直观的查看
也不需要再点进去查看配置文件
@0xJacky commented on GitHub (Mar 6, 2025):
有时候一个配置文件会转发很多个服务呀,这样表格放不太下
@Time-w commented on GitHub (Mar 6, 2025):
,默认只展示 1-2 个 剩下的折叠 , 然后点击可以展开或者鼠标放上去浮窗的形式展示全部的
@jsscore commented on GitHub (May 14, 2025):
也许可以增加一个监听端口检测的功能,比如检测配置的端口是否被占用,或者剩余可用的端口有哪些
@0xJacky commented on GitHub (May 14, 2025):
这确实是我想做的