https://github.com/stathiw/tailscalesystemtray
A simple sytem tray application to interface with Tailscale.
https://github.com/stathiw/tailscalesystemtray
linux tailscale ubuntu vpn
Last synced: about 2 months ago
JSON representation
A simple sytem tray application to interface with Tailscale.
- Host: GitHub
- URL: https://github.com/stathiw/tailscalesystemtray
- Owner: stathiw
- License: mit
- Created: 2024-10-01T05:41:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T12:14:20.000Z (about 1 year ago)
- Last Synced: 2025-04-09T17:12:20.273Z (about 1 year ago)
- Topics: linux, tailscale, ubuntu, vpn
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TailscaleSystemTray
A simple system tray application to interface with Tailscale.
## Install
1. Clone this repository
2. Install python3 requirements
`python3 -m pip install -r requirements.txt`
3. Install
`sudo ./setup.py install`
## Usage
Launch using the installed desktop application.

The system tray icon should appear when you launch the application.
The icon will change colour depending on the state of Tailscale.
**Red** if Tailscale is down.

**Blue** if Tailscale is up.

**Green** if Tailscale is up and you are connected to an exit-node.
