RocketChat / Rocket.Chat.RaspberryPi

Run a private social network on your Pi for iPhone and Android devices !
MIT License
337 stars 57 forks source link

ngrok #35

Closed BillSmith68 closed 5 years ago

BillSmith68 commented 5 years ago

"Login, download and start ngrok (see ngrok.com if you need more information):" Ngrok didn't provide me with any information. I can get to the server on my local network, but I don't understand the whole ngrok thing. I have the zip file, I have it unzipped, but when I run it, nothing happens. If I tell it to open in a terminal window, and tell it to keep that window open after it executes, it doesn't. Something flashes on the screen and that's it. I can't get the authtoken and I don't understand why.

d-gubert commented 5 years ago

Hey @BillSmith68,

You should download and run ngrok from your RaspberryPi's terminal, as stated in the documentation

After running the command (./ngrok http 3000), you should see something similar to this in the terminal:

image

d-gubert commented 5 years ago

Since there's no activity here, I'm closing this issue.

Feel free to reopen it if you face another problem :)