PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
186 stars 188 forks source link

WSL with Ubuntu - make accesible for local network #283

Open diablo1281 opened 3 weeks ago

diablo1281 commented 3 weeks ago

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.

bkueng commented 3 weeks ago

Hi You need to explicitly allow remote hosts by adding these flags: --allow-websocket-origin=* --host=* to serve.py