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.
- Due to breaking changes addded in Gnome45, two versions of this extension will have to be supported: pre-gnome45 and post-gnome45. This branch is post-gnome45.
- 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
- Switch accounts
- Set custom headscale server url via the preferences.
This obviously requires tailscale to work!
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.
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 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.
- Rewrite extension to utilize tailscale api instead of running
tailscale
commands.