mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-07-30 00:08:13 +00:00
16 lines
369 B
Markdown
16 lines
369 B
Markdown
# Installation
|
|
|
|
|
|
Step 1: Place [`ngork`](https://ngrok.com/download) in `/opt/ngrok/`
|
|
|
|
Step 2: Get `authtoken` from ngrok website, then add it to `/opt/ngrok/ngrok.yml`
|
|
|
|
Step 3: Add `ngork.service` to `/etc/systemd/system/`
|
|
|
|
Step 4: Start ngork service by typing:
|
|
```
|
|
systemctl daemon-reload
|
|
systemctl enable ngrok.service
|
|
systemctl start ngrok.service
|
|
```
|