Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.
/ systemd-ngrok Public archive
forked from vincenthsu/systemd-ngrok

Automatically start ngrok by systemd

License

Notifications You must be signed in to change notification settings

hiro-v/systemd-ngrok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Modify your own configrations in /opt/ngrok/ngrok.yml.

Step 4: Add ngrok.service to /lib/systemd/system/.

Step 5: Start ngrok service by typing:

    systemctl enable ngrok.service
    systemctl start ngrok.service

or just execute install.sh on Linux x64 platform.

    chmod +x install.sh
    ./install.sh <your_authtoken>

About

Automatically start ngrok by systemd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%