https://github.com/gilbitron/ngrok-daemon
Bash scripts that help run Ngrok in the background
https://github.com/gilbitron/ngrok-daemon
Last synced: about 1 year ago
JSON representation
Bash scripts that help run Ngrok in the background
- Host: GitHub
- URL: https://github.com/gilbitron/ngrok-daemon
- Owner: gilbitron
- License: mit
- Created: 2018-08-16T12:11:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T12:22:16.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T20:16:10.506Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ngrok Daemon
Bash scripts that help run [Ngrok](https://ngrok.com) in the background.
## Install
1. Make sure you have already installed [Ngrok](https://ngrok.com/download)
1. Clone this repository (`git clone https://github.com/gilbitron/ngrok-daemon.git`).
1. Rename `ngrok.sample.yml` to `ngrok.yml`.
1. Update `ngrok.yml` with your config.
## Usage
1. Run `./start.sh`
1. If you need to, run `./stop.sh`
A log file will be written to `ngrok.log` in the same folder.