nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

Streams Basic Load Balancing (Allows multiple Forwarding Hosts)

Open eedev opened this issue 2 years ago • 3 comments

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.

eedev avatar Apr 13 '22 23:04 eedev

Do you have any news from this features ? Regards

hayou avatar Nov 14 '22 22:11 hayou

CI Error:

/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
certbot-node: Pulling from jc21/nginx-full
Digest: sha256:f1026c745de39103f0b9ef04a3db74b46bf581d992dec0ad23771dd60ad19f38
Status: Image is up to date for jc21/nginx-full:certbot-node
docker.io/jc21/nginx-full:certbot-node
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 10.28s.
yarn run v1.22.19
$ /app/node_modules/.bin/eslint .

/app/migrations/20220413214306_stream_multi.js
  13:30  error  'Promise' is defined but never used                 no-unused-vars
  14:1   error  Expected indentation of 1 tab but found 4 spaces    indent
  16:1   error  Expected indentation of 1 tab but found 4 spaces    indent
  17:1   error  Expected indentation of 2 tabs but found 8 spaces   indent
  18:1   error  Expected indentation of 1 tab but found 4 spaces    indent
  19:1   error  Expected indentation of 2 tabs but found 8 spaces   indent
  20:1   error  Expected indentation of 3 tabs but found 12 spaces  indent
  21:1   error  Expected indentation of 2 tabs but found 8 spaces   indent
  31:32  error  'Promise' is defined but never used                 no-unused-vars
  32:1   error  Expected indentation of 1 tab but found 4 spaces    indent
  34:1   error  Expected indentation of 1 tab but found 4 spaces    indent
  35:1   error  Expected indentation of 2 tabs but found 8 spaces   indent
  36:1   error  Expected indentation of 1 tab but found 4 spaces    indent
  37:1   error  Expected indentation of 2 tabs but found 8 spaces   indent
  38:1   error  Expected indentation of 3 tabs but found 12 spaces  indent
  39:1   error  Expected indentation of 2 tabs but found 8 spaces   indent

✖ 16 problems (16 errors, 0 warnings)
  14 errors and 0 warnings potentially fixable with the `--fix` option.

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

PR is now considered stale. If you want to keep it open, please comment :+1:

github-actions[bot] avatar Feb 19 '24 01:02 github-actions[bot]