[PR #1999] [CLOSED] Streams Basic Load Balancing (Allows multiple Forwarding Hosts) #3521

Closed
opened 2026-02-26 08:30:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1999
Author: @eedev
Created: 4/13/2022
Status: Closed

Base: developHead: stream_allow_multiple_forwarding_hosts


📝 Commits (1)

  • ec60004 Streams 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.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1999 **Author:** [@eedev](https://github.com/eedev) **Created:** 4/13/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `stream_allow_multiple_forwarding_hosts` --- ### 📝 Commits (1) - [`ec60004`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ec60004c963ab8a45bf47cd405ef41030817bee9) Streams Basic Load Balancing (Allows multiple Forwarding Hosts) ### 📊 Changes **9 files changed** (+137 additions, -32 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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](https://docs.nginx.com/nginx/admin-guide/load-balancer/tcp-udp-load-balancer/) that would suit my needs. Maybe someone else would be interested and add more options. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:30:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3521
No description provided.