mozilla / seasponge

:pineapple: SeaSponge is an accessible threat modelling tool from Mozilla
http://mozilla.github.io/seasponge/
Mozilla Public License 2.0
278 stars 64 forks source link

Update Connect Task to Start Web Server on Hostname/ IP #72

Closed ghost closed 9 years ago

ghost commented 9 years ago

This is probably really simple, but how do I edit the code so that the webserver is accessible via hostname or server IP? Right now the connect task starts the process on localhost.

Glavin001 commented 9 years ago

Good question.

See https://github.com/mozilla/seasponge/blob/master/Gruntfile.coffee#L78-L79 You can change hostname to 0.0.0.0 and that should do it.

Let me know if that works and this issue can be closed.

ghost commented 9 years ago

Thanks this was exactly what I was looking for