mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-02-06 15:05:48 +00:00
Automatically start ngrok by systemd
![]() Hi, I corrected the README file because there were errors on NGROK name in the installation steps (NGORK instead of NGROK). Have a good day. Olivier |
||
---|---|---|
LICENSE | ||
ngrok.service | ||
ngrok.yml | ||
README.md |
Installation
Step 1: Place ngrok
in /opt/ngrok/
Step 2: Get authtoken
from ngrok website, then add it to /opt/ngrok/ngrok.yml
Step 3: Add ngrok.service
to /etc/systemd/system/
Step 4: Start ngork service by typing:
systemctl daemon-reload
systemctl enable ngrok.service
systemctl start ngrok.service