Kaixhin / FGLab

Future Gadget Laboratory
https://kaixhin.github.io/FGLab/
MIT License
223 stars 34 forks source link

remote access #23

Closed eyaler closed 7 years ago

eyaler commented 7 years ago

how can i access the UI from a browser on a remote machine?

barvinograd commented 7 years ago

+1

Kaixhin commented 7 years ago

You need to be able to access the machine FGLab is running on from your remote machine via a local network/the internet. So you would replace http://localhost:5080 with http://lan-hostname:5080 or http://public-address.com:5080.

If this isn't obvious from the docs then please let me know where to adjust.