boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Implement -s parameter to listen on all interfaces #20

Closed mulmschneider closed 10 years ago

mulmschneider commented 10 years ago

updated to implement --interface

mulmschneider commented 10 years ago

Seems I deleted your comment by updating the pull request. Anyway: I agree, a parameter --interface makes more sense. Yes, security probably isn't so great, and Flask recommends to not use their server for production use. But as far as I can tell from the docs you should be pretty safe as long as you are not enabling debug mode.