mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 00:36:08 +03:00
[GH-ISSUE #70] Support Cluster Management | 支持集群管理 #1384
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#1384
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 @zhushiyang on GitHub (Jan 29, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/70
Originally assigned to: @0xJacky on GitHub.
产品如果可以支持维护Nginx集群,会让整个产品上升好几个level。比如添加多个节点,组成一个集群,配置存放到git上,修改配置后提交到git,并可以小流量更新到集群中nginx节点上等。
建议参考的产品设计:
1、携程的zeus:https://github.com/ctripcorp/zeus
2、点评的camel:https://github.com/dianping/camel
希望会有启发。。
——————————————-
If this product could support maintaining an Nginx cluster, it would elevate the entire product by several levels. For example, adding multiple nodes to form a cluster, storing configurations in Git, submitting configuration changes to Git, and performing rolling updates to the Nginx nodes in the cluster.
I recommend referring to the following product designs for inspiration:
I hope these will provide useful insights.
@0xJacky commented on GitHub (Mar 30, 2023):
下一个大版本应该会有优先考虑多节点管理的问题,我现在服务器多了用的也不是很方便,Git 的话得再等等看
@homegu commented on GitHub (Apr 21, 2023):
启动LTS按钮有BUG,有时候点不动 F12控制台出现错误
@0xJacky commented on GitHub (Apr 21, 2023):
麻烦提供一下 nginxui 的版本,浏览器里显示的访问的完整 url以及控制台的错误
@homegu commented on GitHub (Apr 21, 2023):
这个bug,切换页面到证书列表,再切回来启动LTS就不会出现这个错误了
@homegu commented on GitHub (Apr 21, 2023):
还有个问题大佬,请教 ,就是 那个证书 为啥不支持泛域
@0xJacky commented on GitHub (Apr 21, 2023):
acme 的限制,泛域名没法 challenge,可以尝试用 SAN 证书,就是 server_name中填写多个域名,以空格间隔
@0xJacky commented on GitHub (Apr 21, 2023):
离谱,这好像是 antd vue 的锅
@homegu commented on GitHub (Apr 21, 2023):
等待修复,东西很不错 支持,还有个疑问,我想尝试修改nginxui的api路径,但是没找到在哪,就是后台接口的api 我再想加一个层级 /xxx/api 现在是/api
@0xJacky commented on GitHub (Apr 21, 2023):
确实是 ant design vue 的 issue,我尝试修复一下
https://github.com/vueComponent/ant-design-vue/issues/5763#issuecomment-1177231433
没法修改,你可以在nginx做反向代理的时候通过配置 location 来实现。
@homegu commented on GitHub (Apr 21, 2023):
好的 感谢
@0xJacky commented on GitHub (Apr 21, 2023):
已在 v1.8.1 中修复,等 action 跑完就可以更新。
@homegu commented on GitHub (Apr 21, 2023):
真有你的!
@homegu commented on GitHub (Apr 21, 2023):
错误变了
@0xJacky commented on GitHub (Apr 21, 2023):
已在 v1.8.2 中修复,如有其他问题请新开 issue 反馈
@0xJacky commented on GitHub (May 18, 2023):
Added in
ca3d19a