hassio-addons / addon-nginx-proxy-manager

Nginx Proxy Manager - Home Assistant Community Add-ons
https://addons.community
MIT License
315 stars 101 forks source link

Add extra network ports in add-on settings #553

Closed ajarillo1981 closed 2 months ago

ajarillo1981 commented 3 months ago

Problem/Motivation

After configuring a Stream in Nginx Proxy Manager the traffic redirection is not working for that port. The cause is the port defined in the Stream is not configured in docker and there is not an option to configure it in add on settings. I have tested in a external virtual machine with docker and after including the port in docker-compose.yml, the redirection works.

Expected behavior

Include option to add extra ports in add-on settings.

Actual behavior

Currently, it is no possible add more ports than http, https, and 81 for admin config

Steps to reproduce

Tested in a virtual machine with docker installed to confirm the cause.

Proposed changes

Include option to add extra ports in add-on settings.

Nab0y commented 2 months ago

I support the request, but due to the inability to forward additional ports, I cannot redirect requests to my mail server in the local network. https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1110#issuecomment-1663807216

frenck commented 2 months ago

No planned. Use regular port forwarding in that case. There is nothing this add-on will offer additionally.