Is your feature request related to a problem? Please describe.
Having a mechanism to set the host ip and port to bind for the ui.
I created a network and added the npm in the same network but npm binds to that networks ip but for security reasons i want to bind to set ips. Also if this is implemented the port change would be easy to implement as well.
Describe the solution you'd like
I want a environment variable to set the bind port for the ui as
NPM_UI_HOST=":"
Describe alternatives you've considered
My considered solution is to build a image on top and rewrite the nginx config currently available.
I dont want to deal with setting this up for every update
Additional context
Is your feature request related to a problem? Please describe.
Having a mechanism to set the host ip and port to bind for the ui.
I created a network and added the npm in the same network but npm binds to that networks ip but for security reasons i want to bind to set ips. Also if this is implemented the port change would be easy to implement as well.
Describe the solution you'd like
I want a environment variable to set the bind port for the ui as
NPM_UI_HOST=":"
Describe alternatives you've considered
My considered solution is to build a image on top and rewrite the nginx config currently available.
I dont want to deal with setting this up for every update
Additional context