Add documentation for configuring Tailscale on SteamOS
This commit is contained in:
35
README.md
Normal file
35
README.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# Tailscale Deck setup
|
||||||
|
|
||||||
|
## Install Tailscale
|
||||||
|
|
||||||
|
> THIS MUST BE REAPPLIED AFTER SYSTEM UPDATES
|
||||||
|
|
||||||
|
Checkout the installer from [deck-tailscale](https://github.com/tailscale-dev/deck-tailscale)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo bash /home/deck/Developer/github.com/deck-tailscale/tailscale.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
### Updating the config
|
||||||
|
|
||||||
|
Fetch the remote and run the install to update
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd ~/Developer/github.com/deck-tailscale
|
||||||
|
git pull
|
||||||
|
sudo bash tailscale.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
## Enable the systemtray
|
||||||
|
|
||||||
|
Tailscale has added a [system tray for linux](https://tailscale.com/kb/1597/linux-systray).
|
||||||
|
|
||||||
|
To enable it to run on startup run
|
||||||
|
|
||||||
|
```
|
||||||
|
tailscale configure systray --enable-startup=systemd
|
||||||
|
systemctl --user daemon-reload
|
||||||
|
systemctl --user enable --now tailscale-systray
|
||||||
|
```
|
||||||
|
|
||||||
|
> It is unclear if this will need to be repeated after SteamOS or not
|
Reference in New Issue
Block a user