From 7c5ba45f6af26d282a2c706963540b0e0fcaff4e Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:00:31 +0000 Subject: [PATCH] Include StartTunnel installation command Added installation instructions for StartTunnel. --- START-TUNNEL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/START-TUNNEL.md b/START-TUNNEL.md index 1fea658bb..2fcb28c64 100644 --- a/START-TUNNEL.md +++ b/START-TUNNEL.md @@ -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