mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Include StartTunnel installation command
Added installation instructions for StartTunnel.
This commit is contained in:
@@ -19,8 +19,9 @@ Use it for private, remote access, to self-hosted services running on a personal
|
|||||||
1. Access the VPS via SSH.
|
1. Access the VPS via SSH.
|
||||||
|
|
||||||
1. Install StartTunnel:
|
1. Install StartTunnel:
|
||||||
|
```sh
|
||||||
@TODO
|
TMP_DIR=$(mktemp -d) && (cd $TMP_DIR && wget https://github.com/Start9Labs/start-os/releases/download/v0.4.0-alpha.12/start-tunnel-0.4.0-alpha.12-68f401b_$(uname -m).deb && apt-get install -y ./start-tunnel-0.4.0-alpha.12-68f401b_$(uname -m).deb) && rm -rf $TMP_DIR && systemctl start start-tunneld && sleep 1 && start-tunnel web init
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user