dphuang2 / PoGoBag

Analyze and share your Pokémon through a locally run server! Official Site access has been stopped as of 12/23/2016
146 stars 49 forks source link

[Feature Request] provide configuration to allow non-localhost connections #42

Closed pyr0ball closed 8 years ago

pyr0ball commented 8 years ago

I want to be able to connect to the server from other local computers and/or via port forwarding. Setting bind tcp in puma config did not seem to work. Any way to build a configuration option to bind to a system's ip?

Chris221 commented 8 years ago

rails s -b 0.0.0.0 -p 6000 -b binds an IP -p binds a Port

pyr0ball commented 8 years ago

Fantastic! Can we add this to the Readme?

dphuang2 commented 8 years ago

ngrok is a super great alternative to port-forwarding. I wrote instructions in the README already.

pyr0ball commented 8 years ago

Ngrok is not a great option for people like me who are network admins, especially if the solution is an easy argument to pass along with the terminal command