Automatically start ngrok by systemd
Go to file
Matthew W. Thomas 6bf8387549
Update README.md to remove reference to AP region
The config no longer specified AP region. This commit updates the readme to reflect this change.
2023-08-16 13:36:32 -05:00
install.sh Use the tgz format installation package instead of the zip format 2023-08-07 02:56:33 +08:00
LICENSE Initial commit 2017-04-10 12:37:02 +08:00
ngrok.service Always restart services 2019-02-15 21:13:19 +08:00
ngrok.yml Update the download link for Ngrok v3 2022-06-14 04:14:24 +08:00
README.md Update README.md to remove reference to AP region 2023-08-16 13:36:32 -05:00
uninstall.sh Add install/uninstall scripts 2019-02-15 16:52:16 +08:00

Installation

  1. Clone this repository to the target machine (eg: Raspberry Pi).
  2. Get your authtoken from ngrok website.
  3. Inspect and modify the configuration file ngrok.yml. By default this config will serve both HTTP and TCP tunnels.
  4. Run sudo ./install.sh <your_authtoken>, replace <your_authtoken> with the token you've obtained before from ngrok website.
  5. You're good to go!

Acknowledgements

Ngrok architecture auto detection was contributed by David Eleazar.