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 GitHub
parent 68f401bfa3
commit 3efec07338

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. 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