mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[PR #1999] [CLOSED] Streams Basic Load Balancing (Allows multiple Forwarding Hosts) #3521
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3521
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?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1999
Author: @eedev
Created: 4/13/2022
Status: ❌ Closed
Base:
develop← Head:stream_allow_multiple_forwarding_hosts📝 Commits (1)
ec60004Streams Basic Load Balancing (Allows multiple Forwarding Hosts)📊 Changes
9 files changed (+137 additions, -32 deletions)
View changed files
➕
backend/migrations/20220413214306_stream_multi.js(+40 -0)📝
backend/models/stream.js(+11 -1)📝
backend/schema/endpoints/streams.json(+27 -21)📝
backend/templates/stream.conf(+19 -4)📝
frontend/js/app/nginx/stream/form.ejs(+2 -2)📝
frontend/js/app/nginx/stream/form.js(+25 -1)📝
frontend/js/app/nginx/stream/list/item.ejs(+11 -2)📝
frontend/js/app/nginx/stream/list/main.ejs(+1 -0)📝
frontend/js/models/stream.js(+1 -1)📄 Description
Hello,
I have added the ability to add several IPs/Hostnames to a Stream which is then defined into an upstream in the configuration.
I wanted to use your project (thank you for this!) to manage a simplistic implementation of Nginx's TCP and UDP Load Balancing that would suit my needs.
Maybe someone else would be interested and add more options.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.