flight_review
flight_review copied to clipboard
WSL with Ubuntu - make accesible for local network
Hi, after using online version of Flight Review, I decided to try run it locally. But after setup, I can only access it on local machine (localhost or IP of WSL). I can't find way to make it accessible on my local network. Any help would be appreciated! Thanks.
Hi
You need to explicitly allow remote hosts by adding these flags: --allow-websocket-origin=* --host=* to serve.py