wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
18.84k stars 1.73k forks source link

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

Closed charleshuangruo closed 4 months ago

charleshuangruo commented 4 months ago

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!

vanpelt commented 4 months ago

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.

imlida commented 1 month ago

I hope to use it directly locally without logging in and enable 0.0.0.0 access at the same time. I hope such settings can be added.