mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1413] 新版本:站点导航&站点列表搜索问题 #7905
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#7905
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 @gpfhaha on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1413
当前版本: v2.2.0 (
372af983)OS: linux
架构: amd64
可执行文件路径: /data/nginx-ui/bin/nginx-ui
问题描述:
站点导航这里的功能,当前默认会对配置的站点域名发起get方法的请求。
1.没有找到可以控制部分站点不发起的方法,或者是批量管理的请求方法配置的入口。
2.现在的使用场景会有很多站点,可以批量增加探活接口或者location来处理校验的方法,但是没有批量管理的入口,需要一个站点一个站点的配置。
3.站点列表这里的的模糊搜索的还是不好用,会匹配到非预期的内容
个人建议:
1.可以控制哪些站点需要检测,哪些不需要检测
2.可以批量管理检测的get方法,大部分代理层的探活都会统一配置类似/check.do
@Silentely commented on GitHub (Nov 5, 2025):
+1,希望能增加个开关,有些停用的网站不能控制停止get
@0xJacky commented on GitHub (Nov 9, 2025):
已优化