Ecosyste.ms: Awesome
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
- Host: GitHub
- URL: https://github.com/vincenthsu/systemd-ngrok
- Owner: vincenthsu
- License: unlicense
- Created: 2017-04-10T04:37:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T18:07:05.000Z (about 1 year ago)
- Last Synced: 2024-04-27T20:34:32.789Z (6 months ago)
- Topics: autostart-script, ngrok, service, systemd
- Language: Shell
- Size: 11.7 KB
- Stars: 472
- Watchers: 9
- Forks: 168
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 use _Asia Pacific_ region to 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).