Skip to content

asteroidable/ngrok-systemd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Step 1: Place ngrok in /usr/local/bin/.

Step 2: Get authtoken from ngrok website, then add it to /etc/ngrok/ngrok.yml.

Step 3. Modify your own configrations in /etc/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%