Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nblock committed Sep 9, 2024
1 parent 5597eda commit 8aa40ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ buttons available in the repo.
| macOS | Yes (see `/apple` on your headscale for more information) |
| Windows | Yes [docs](./docs/windows-client.md) |
| Android | Yes [docs](./docs/android-client.md) |
| iOS | Yes [docs](./docs/iOS-client.md) |
| iOS | Yes [docs](./docs/apple-client.md#ios) |
| macOS | Yes [docs](./docs/apple-client.md#macos) |

## Running headscale

Expand Down
21 changes: 12 additions & 9 deletions docs/iOS-client.md → docs/apple-client.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Connecting an iOS client
# Connecting an Apple client

## Goal

This documentation has the goal of showing how a user can use the official iOS [Tailscale](https://tailscale.com) client with `headscale`.
This documentation has the goal of showing how a user can use the official iOS and macOS [Tailscale](https://tailscale.com) clients with `headscale`.

## Installation
## macOS
TODO

Install the official Tailscale iOS client from the [App Store](https://apps.apple.com/app/tailscale/id1470499037).
## iOS

### Installation

Ensure that the installed version is at least 1.38.1, as that is the first release to support alternate control servers.
Install the official Tailscale iOS client from the [App Store](https://apps.apple.com/app/tailscale/id1470499037).

## Configuring the headscale URL
### Configuring the headscale URL

!!! info "Apple devices"
!!! info "Instructions on your headscale instance"

An endpoint with information on how to connect your Apple devices
(currently macOS only) is available at `/apple` on your running instance.
An endpoint with information on how to connect your Apple device
is also available at `/apple` on your running instance.

Ensure that the tailscale app is logged out before proceeding.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ nav:
- Remote CLI: remote-cli.md
- Usage:
- Android: android-client.md
- Apple: apple-client.md
- Windows: windows-client.md
- iOS: iOS-client.md

0 comments on commit 8aa40ed

Please sign in to comment.