Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streams Basic Load Balancing (Allows multiple Forwarding Hosts) #1999

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

eedev
Copy link

@eedev eedev commented Apr 13, 2022

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.

@hayou
Copy link

hayou commented Nov 14, 2022

Do you have any news from this features ?
Regards

@nginxproxymanagerci
Copy link

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.

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants