wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.

Home Page:https://openui.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you add the feature of hosting in the local network?

charleshuangruo opened this issue · comments

How could I change some code to host the application for other devices in the local network and enable them to access to “http://[local_ip hosting the app]: [port]” without using Docker? Or will it be supported in the future? Thanks!

You can just set the OPENUI_ENVIRONMENT=production environment variable and the server will listen on 0.0.0.0 instead of 127.0.0.1. This would allow you to talk to it from other machines in the network.