thisdavej / ngrok-notify

Create ngrok tunnel to expose localhost to the web and notify with ngrok URL
MIT License
2 stars 5 forks source link

Running on Startup - Pi Zero #21

Open jdfindley opened 2 years ago

jdfindley commented 2 years ago

Trying to get ngrok-notify to autorun on startup. Runs fine with a script. Can you provides an example of adding it to systemd or rc.local or ? Thanks

jdfindley commented 2 years ago

Here is my startmeup.sh script that runs fine when I run it from command line

!/bin/sh

/usr/local/bin/ngrok-notify http 8081 --email &