I have used nginx proxy manager for hosting my development application in my home lab. I have found it very good option for testing application and deploying it in own network during development phase.
I have used multiple docker containers to serve various services. For each project I have to use port 35729 for live reload which can not be forwarded in current condition with multiple host names. I have to install 2 nginx proxy manager for managing webhost and liverreload server separately (one is running on port no 80 and another at 35729
It will be better if we can forward ports with hostname like server1.localhost:80 => server1:3000 and server1.localhost:35729 => server1:35729
Please let me know if there is any confusion of understanding in the feature I am looking for. You can reach me out on git or over email at optiwari.india@gmail.com