lensesio / kafka-topics-ui

Web Tool for Kafka Topics |
https://lenses.io
877 stars 148 forks source link

Bind to machine name #121

Closed ashishbhatia22 closed 5 years ago

ashishbhatia22 commented 6 years ago

I will like to access the web app from any machine. Is there a way to bind the listening address to machine name instead of localhost?

andmarios commented 6 years ago

If you are using the release archive, just place it behind any web server. If you are using the docker and you expose the port, it should be accessible from all network interfaces.

Kafka Topics UI itself doesn't bind to any interface, it's the job of the server you serve it from.