Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 660 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 660 Bytes

demo-streamer

⚠️ Please don't use this for anything. This is used as part of a demo for Tailscale.

Build and Run with Docker

docker build --tag demo-streamer .
docker run --publish 8080 demo-streamer

Install and Run on Ubuntu

apt-get update
apt-get install -y golang

go install github.com/tailscale-dev/demo-streamer@latest
nohup ./go/bin/demo-streamer &

or

curl -fsSL https://raw.githubusercontent.com/tailscale-dev/demo-streamer/main/run_ubuntu.sh | sh

To enable Tailscale Funnel

tailscale serve https / http://127.0.0.1:8080
tailscale funnel 443 on