Categorygithub.com/tailscale-dev/demo-streamer
modulepackage
0.0.0-20240524162434-bde44708ce56
Repository: https://github.com/tailscale-dev/demo-streamer.git
Documentation: pkg.go.dev

# README

demo-streamer

:warning: 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