Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 332 Bytes

tailscale_configurations

Tailscale configuration using web control.

Prerequisites

  • Raspberry Pi Zero (or any Raspberry Pi)
  • Python 3.7+ installed
  • Flask and Flask-CORS installed
  • Tailscale installed

Installing Flask and Flask-CORS

sudo apt update
sudo apt install python3-pip
pip3 install Flask flask-cors