Android TV Setup
- Install :"Fully Kiosk Browser & App Lockdown" from GooglePlay
- set the starting URL to "http://localnode:8080/"
- Install "Termux" from gadvert.com
- $termux-setup-storage
- $pkg update -y
- $pkg install -y openssh
- $pkg install -y wget
- $pkg install -y nodejs
- $pkg install -y nginx
- $pkg install -y tor
- $pkg install -y vim
- $sshd
- $ln -s /data/data/com.termux/files/usr usr
- $ln -s usr/share/nginx/html html