Team,
I am following GitHub - temporalio/ui: Temporal UI v2 and running ui-server and ui in single linux box.
When i tried to run the ui by running pnpm start
i am seeing that the UI is accessible only from local host and not from its public interface .Is there a config or env variable i can pass it to make it available under 0.0.0.0 network
are you sure you want to expose is under 0.0.0.0? This is a non-routable address 0.0.0.0 - Wikipedia
Any details on the setup on how you want to expose it to public?
also just my 2 cents: in most cases you don’t need to run https://github.com/temporalio/ui
separately. UI-server docker image already includes and hosts UI frontend for you under http://localhost:8080/
Unless you have specific reasons i would just stick to the docker image