-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or requestextensionPertaining to the UI extension code, which is in this repository.Pertaining to the UI extension code, which is in this repository.
Description
Hi !
The UI server is currently hardcoded to listen to localhost
only (see
Line 188 in 963e0e4
server.listen("localhost", local_port); |
Listening to only
localhost
instead of all interfaces (e.g 0.0.0.0
) prevents running this in cloud-native setups such as within containers.Most web servers allow configuring the interface just like for port and other configurations.
Would it be possible to add a configuration parameter for overriding this localhost
?
Thank you !
ihiverlet, Y--, eitsupi, avouacr, keiththompson and 22 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestextensionPertaining to the UI extension code, which is in this repository.Pertaining to the UI extension code, which is in this repository.