-
Notifications
You must be signed in to change notification settings - Fork 105
Bind to ports instead of urls #1431
Copy link
Copy link
Open
Description
Replace server binding URLs configs with ports instead. This is much simpler from a usability perspective. Unfortunately this doesn't eliminate URLs from all configs since these are still required to connect components, but at least this covers the base use case.
Also, I wonder if we should adapt the same methodology for specifying server binding addresses in the node (cc @Mirko-von-Leipzig).
I think its a good idea; the only downside is that it means they're always hosted on the public network interface i.e. 0.0.0.0: vs localhost:. But random ports shouldn't be exposed on the firewall/router so its probably still a safe default for users.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
nodeRelated to the node componentRelated to the node component