mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #169] [Feature] 通过配置文件设置运行节点(Environment) #3192
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#3192
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 @FourLeafTec on GitHub (Sep 27, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/169
Is your feature request related to a problem? Please describe.
我目前使用Nomad来管理一个小集群,动态管理多个出口节点
希望使用NginxUI来帮助我更简单的进行可视化管理,但是目前运行节点(Environment)没有服务发现能力,节点变动的时候只能通过界面手动配置
Describe the solution you'd like
通过Nomad的服务发现能力可以相对比较简单的渲染出一个带有所有运行节点的配置文件
所以希望可以添加通过配置文件设置运行节点的能力
Additional context
配置文件最好能提供热加载能力
考虑配置文件设置的运行节点和UI配置的节点可能有冲突,对运行节点增加
启用/禁用属性,同时配置文件设置的节点只允许禁用,不允许删除或许比较合适