Skip to content

Allow listen to all interfaces instead of localhost #22

@olevitt

Description

@olevitt

Hi !

The UI server is currently hardcoded to listen to localhost only (see

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestextensionPertaining to the UI extension code, which is in this repository.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions