Automatically start ngrok by systemd
Go to file
David Eleazar 69b4852152
Some improvements
1. Added simple architecture auto-detect feature
2. Improved README.md
3. Improved ngrok.yml config

Signed-off-by: David Eleazar <smartways897@gmail.com>
2021-11-24 01:11:11 +07:00
install.sh Some improvements 2021-11-24 01:11:11 +07: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 Some improvements 2021-11-24 01:11:11 +07:00
README.md Some improvements 2021-11-24 01:11:11 +07: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 use Asia Pacific region to 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!

NB : this repository is forked from vincenthsu/systemd-ngrok with architecture auto-detect feature