jaxxstorm / tailscale-demo-streamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/clstokes/demo-streamer@latest
nohup ./go/bin/demo-streamer &

or

curl -fsSL https://raw.githubusercontent.com/clstokes/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


Languages

Language:HTML 71.2%Language:Go 22.9%Language:Makefile 2.4%Language:Dockerfile 2.4%Language:Shell 1.1%