mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[PR #3618] [CLOSED] Enable PROXY procotol for proxy hosts and streams #3732
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#3732
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/3618
Author: @snordmann
Created: 3/10/2024
Status: ❌ Closed
Base:
develop← Head:enable-proxy-protocol📝 Commits (9)
c6465a5Enable PROXY procotol for proxy hostsa92624dFix eslint errors in migrations72abe50Adjust ProxyHostObject in api.swagger.jsonda29cd2Add support for PROXY protocol on streamsc39e580Fix cypress integration tests671817dAdd docs on how to test the codee677bfaMerge pull request #4073 from NginxProxyManager/develop5084cb7Merge pull request #4077 from NginxProxyManager/develop7912119Merge branch 'master' into enable-proxy-protocol📊 Changes
21 files changed (+236 additions, -31 deletions)
View changed files
📝
README.md(+5 -0)📝
backend/internal/nginx.js(+1 -0)➕
backend/migrations/20240310085523_proxy_protocol.js(+41 -0)➕
backend/migrations/20240310100432_proxy_protocol_streams.js(+41 -0)📝
backend/templates/_listen.conf(+20 -11)➕
backend/templates/_proxy_protocol.conf(+6 -0)📝
backend/templates/proxy_host.conf(+1 -0)📝
backend/templates/stream.conf(+13 -6)📝
docker/Dockerfile(+1 -1)📝
docker/dev/Dockerfile(+1 -1)📝
docker/docker-compose.dev.yml(+2 -0)📝
docs/src/advanced-config/index.md(+23 -0)📝
docs/src/setup/index.md(+2 -0)📝
frontend/js/app/nginx/proxy/form.ejs(+17 -1)📝
frontend/js/app/nginx/proxy/form.js(+11 -0)📝
frontend/js/app/nginx/stream/form.ejs(+16 -0)📝
frontend/js/app/nginx/stream/form.js(+14 -0)📝
frontend/js/i18n/messages.json(+4 -0)📝
frontend/js/models/proxy-host.js(+2 -0)📝
frontend/js/models/stream.js(+13 -11)...and 1 more files
📄 Description
As I see not too much progress in https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3537, I decided to copy most of the code and (try to) fix the tests.
In this PR I also included the code necessary to enable the PROXY protocol for Streams.
Thank you @jwklijnsma for the previous work
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.