mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 00:36:08 +03:00
[GH-ISSUE #928] Support Keepalived in a Cluster #496
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#496
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 @riebecj on GitHub (Mar 22, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/928
Is your feature request related to a problem? Please describe.
No related problem.
Describe the solution you'd like
Have the UI support a
keepalivedVIP configuration between the nodes. This would require managing the/etc/keepalived/keepalived.conffile, but at a minimum it would require avrrp_instanceon each node, you could use the same node name/secret from the primary node when configuring authentication andpidof nginx-uiand/orsystemctl is-active --quiet nginx-uiin thevrrp_scriptfor each node'svrrp_instance. This would allow for a cluster of NginxUI nodes to be HA and fault tolerant.Describe alternatives you've considered
Manually deploying
keepalivedto the NginxUI nodes via a separate pipeline.Additional context
N/A