Localhost Only?
z3Nsk1Fh5a opened this issue · 3 comments
z3Nsk1Fh5a commented
Trying to figure out how to use this without it launching for anyone online to use.
JosephSBoyle commented
@Ghee36 It's localhost only by default.
RocaroDev93 commented
To limit the access to localhost only, you can change the host value at line 224 of the file api.py from host="0.0.0.0"
to host="127.0.0.1"
Theodoss commented
find "localhost:5000" in Templates/main.###.js
Then change to your IP or 0.0.0.0:5000