mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-02-11 09:25:28 +00:00
![David Eleazar](/assets/img/avatar_default.png)
1. Added simple architecture auto-detect feature 2. Improved README.md 3. Improved ngrok.yml config Signed-off-by: David Eleazar <smartways897@gmail.com>
582 B
582 B
Installation
- Clone this repository to the target machine (eg: Raspberry Pi)
- Get your
authtoken
from ngrok website - Inspect and modify the configuration file
ngrok.yml
, by default this config will use Asia Pacific region to serve both HTTP and TCP tunnels - Run
sudo ./install.sh <your_authtoken>
, replace<your_authtoken>
with the token you've obtained before from ngrok website. - You're good to go!
NB : this repository is forked from vincenthsu/systemd-ngrok with architecture auto-detect feature