1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-16 17:50:44 +02:00

Update apple.go

This commit is contained in:
Dmitry Gordin 2024-12-30 13:44:21 +05:00 committed by GitHub
parent 5f2e86104c
commit fe839b7d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,49 +27,22 @@ func Apple(url string) *elem.Element {
elem.Text("App store"), elem.Text("App store"),
), ),
), ),
elem.Li(nil, elem.Li(
elem.Text("Open Tailscale and make sure you are "), nil,
elem.I(nil, elem.Text("not ")), elem.Text("Open the Tailscale app"),
elem.Text("logged in to any account"),
),
elem.Li(nil,
elem.Text("Open Settings on the iOS device"),
), ),
elem.Li( elem.Li(
nil, nil,
elem.Text( elem.Text("Click the account icon in the top-right corner and select 'Log in…'."),
`Scroll down to the "third party apps" section, under "Game Center" or "TV Provider"`,
),
),
elem.Li(nil,
elem.Text("Find Tailscale and select it"),
elem.Ul(nil,
elem.Li(
nil,
elem.Text(
`If the iOS device was previously logged into Tailscale, switch the "Reset Keychain" toggle to "on"`,
),
),
),
), ),
elem.Li( elem.Li(
nil, nil,
elem.Text( elem.Text("Tap the top-right options menu button and select 'Use custom coordination server'."),
fmt.Sprintf(
`Enter "%s" under "Alternate Coordination Server URL"`,
url,
),
),
), ),
elem.Li( elem.Li(
nil, nil,
elem.Text( elem.Text("Enter your instance URL: "),
"Restart the app by closing it from the iOS app switcher, open the app and select the regular sign in option ", elem.Text(url),
),
elem.I(nil, elem.Text("(non-SSO)")),
elem.Text(
". It should open up to the headscale authentication page.",
),
), ),
elem.Li( elem.Li(
nil, nil,