mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Compare commits
2 commits
a199588600
...
eccf88ce17
Author | SHA1 | Date | |
---|---|---|---|
|
eccf88ce17 | ||
|
faef907672 |
2 changed files with 3 additions and 4 deletions
|
@ -56,7 +56,7 @@ Install the official Tailscale tvOS client from the [App Store](https://apps.app
|
||||||
|
|
||||||
!!! danger
|
!!! danger
|
||||||
|
|
||||||
**DON'T** open the Tailscale App after installation!.
|
**Don't** open the Tailscale App after installation!
|
||||||
|
|
||||||
### Configuring the headscale URL
|
### Configuring the headscale URL
|
||||||
|
|
||||||
|
@ -65,6 +65,5 @@ Install the official Tailscale tvOS client from the [App Store](https://apps.app
|
||||||
- Enter the URL of your headscale instance (e.g `https://headscale.example.com`) and press `OK`
|
- Enter the URL of your headscale instance (e.g `https://headscale.example.com`) and press `OK`
|
||||||
- Return to the tvOS Home screen
|
- Return to the tvOS Home screen
|
||||||
- Open Tailscale
|
- Open Tailscale
|
||||||
- `Install VPN configuration`
|
- Click the button `Install VPN configuration` and confirm the appearing popup by clicking the `Allow` button
|
||||||
- `Allow`
|
|
||||||
- Scan the QR code and follow the login procedure
|
- Scan the QR code and follow the login procedure
|
||||||
|
|
|
@ -226,7 +226,7 @@ func Apple(url string) *elem.Element {
|
||||||
elem.Li(
|
elem.Li(
|
||||||
nil,
|
nil,
|
||||||
elem.Text(
|
elem.Text(
|
||||||
"Go Settings (the apple tvOS settings) > Apps > Tailscale",
|
"Open Settings (the Apple tvOS settings) > Apps > Tailscale",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
elem.Li(
|
elem.Li(
|
||||||
|
|
Loading…
Reference in a new issue