Skip to content

tailscale-dev/demo-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published