You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great project. I'm trying to deploy the software on my baremetal VM (non-docker). But then I start the server via npm start, I notice that it listens on IPv6 "all interface" (:::17442). The "url" in default.json doesn't seem to be honored. How can I configure it to listen on specific interface? Also how can I enforce it to use IPv4 only?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Thanks for the great project. I'm trying to deploy the software on my baremetal VM (non-docker). But then I start the server via
npm start
, I notice that it listens on IPv6 "all interface" (:::17442). The "url" indefault.json
doesn't seem to be honored. How can I configure it to listen on specific interface? Also how can I enforce it to use IPv4 only?Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions