Could you add the feature of hosting in the local network?
charleshuangruo opened this issue · comments
charleshuangruo commented
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!
Chris Van Pelt commented
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.