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

Streams on income port are not working as container doesn't use host network or expose custom ports #582

Open grest opened 1 week ago

grest commented 1 week ago

Problem/Motivation

I'd like to create the stream to be used by the cloudflare tunnel and redirect incoming port 2095 to 1883 port on ha instance, to ultimately expose mqtt outside of my network. Unfortunately it won't work as proxy manager docker exposes only 3 ports defined on current configuration page

Expected behavior

Use host network or provide additional ports in configuration page and use it when starting docker container

Actual behavior

Cloudflare tunnel with external service configuration on port 2095 doesn't work

grest commented 1 week ago

https://github.com/hassio-addons/addon-nginx-proxy-manager/issues/553 - I see it was proposed before. Why cannot you add this option?