Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/tailscale-systray
Linux port of tailscale system tray menu.
https://github.com/mattn/tailscale-systray
linux tailscale
Last synced: 1 day ago
JSON representation
Linux port of tailscale system tray menu.
- Host: GitHub
- URL: https://github.com/mattn/tailscale-systray
- Owner: mattn
- License: mit
- Created: 2021-10-12T16:10:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T19:24:11.000Z (6 months ago)
- Last Synced: 2024-12-27T18:09:15.525Z (9 days ago)
- Topics: linux, tailscale
- Language: Go
- Homepage:
- Size: 164 KB
- Stars: 183
- Watchers: 8
- Forks: 21
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mattn/tailscale-systray - Linux port of tailscale system tray menu. (Go)
- awesome-starred - mattn/tailscale-systray - Linux port of tailscale system tray menu. (Go)
README
# tailscale-systray
Linux port of tailscale system tray menu.
![tailscale-systray](/screenshot.png)
## Usage
```
$ tailscale-systray
```## Requirements
* tailscale
## Installation
### Install requirements
Building app requires gcc, libgtk-3-dev, libayatana-appindicator3-dev
```
sudo apt-get install gcc libgtk-3-dev libayatana-appindicator3-dev
```### Install app
```
go install -v github.com/mattn/tailscale-systray@latest
```At this point you can start it with `tailscale-systray`.
### Run at startup
You can do this in different ways. One option is to add the command to "Startup Applications" if your system has it:
![tailscale-systray startup](/screenshot_startup.png)
## License
MIT
Icon file is copied from official repository.
## Author
Yasuhiro Matsumoto