Include StartTunnel installation command

Added installation instructions for StartTunnel.
This commit is contained in:
Aiden McClelland
2025-11-07 20:00:31 +00:00
committed by Aiden McClelland
parent f83df5682c
commit 7c5ba45f6a

View File

@@ -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. Install StartTunnel:
@TODO
```sh
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