https://github.com/maxgallup/tailscale-status
An unofficial Gnome Extension to manage and check the status of tailscale-cli. This extension is in no way affiliated with Tailscale Inc.
https://github.com/maxgallup/tailscale-status
gnome-extension tailscale
Last synced: 2 months ago
JSON representation
An unofficial Gnome Extension to manage and check the status of tailscale-cli. This extension is in no way affiliated with Tailscale Inc.
- Host: GitHub
- URL: https://github.com/maxgallup/tailscale-status
- Owner: maxgallup
- License: gpl-2.0
- Created: 2022-05-27T14:24:58.000Z (about 3 years ago)
- Default Branch: post-gnome45
- Last Pushed: 2025-03-15T11:20:48.000Z (3 months ago)
- Last Synced: 2025-04-09T17:14:18.953Z (2 months ago)
- Topics: gnome-extension, tailscale
- Language: JavaScript
- Homepage:
- Size: 741 KB
- Stars: 169
- Watchers: 3
- Forks: 27
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gnome Extension: tailscale-status
**This extension is in no way affiliated with Tailscale Inc.**Easily manage your tailnets from a GUI gnome extension.
Thus, this requires that you have **setup tailscale beforehand**.
### Compatibility: post-gnome45
* Due to breaking changes addded in Gnome45, two versions of this extension will have to be supported: [pre-gnome45](https://github.com/maxgallup/tailscale-status/tree/pre-gnome45) and [post-gnome45](https://github.com/maxgallup/tailscale-status/tree/post-gnome45). **This branch is post-gnome45.**### Features
* Copy address of any node by clicking it in the menu
* 💻 - your own computer
* 🟢 - online or idle
* âš« - offline
* enable/disable incoming connections
* accept/reject subnet routes
* *if exit node:* allow direct access to local network
* Accept or send files with taildrop
* Connect through an available [exit node](https://tailscale.com/kb/1103/exit-nodes/)
* Switch accounts
* Set custom headscale server url via the preferences.### Dependencies
This obviously **requires** [tailscale](https://tailscale.com) to work!### Installation
Download the `[email protected]` directory and move it to `~/.local/share/gnome-shell/extensions/`.
Enable the extension in *Extensions* or *Extension Manager*.
You might have to log in and out for the extension to be loaded.### Contribute
Sadly, we must maintain two separate branches for before and after gnome 45 due to breaking changes. Make pull requests to the correct respective branch. Additionally, please adhere to the [review guidlines](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#basics) as much as possible.The Makefile includes useful targets for development. If running on wayland, use `make test-wayland` to open a nested gnome sessions.
### TODOs
- [ ] Rewrite extension to utilize tailscale api instead of running `tailscale` commands.