An open API service indexing awesome lists of open source software.

https://github.com/vincenthsu/systemd-ngrok

Automatically start ngrok by systemd
https://github.com/vincenthsu/systemd-ngrok

autostart-script ngrok service systemd

Last synced: 3 months ago
JSON representation

Automatically start ngrok by systemd

Awesome Lists containing this project

README

          

## 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 `, replace `` 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](https://github.com/elzdave).