Add instructions for macOS GUI

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-12-05 14:58:06 +01:00 committed by Juan Font
parent a58a552f0e
commit 4de676c64e

View file

@ -15,9 +15,22 @@
the new login command to connect to one or more headscale (and Tailscale) the new login command to connect to one or more headscale (and Tailscale)
servers. The previously used profiles does not have an effect anymore. servers. The previously used profiles does not have an effect anymore.
</p> </p>
<h3>Command line</h3>
<p>Use Tailscale's login command to add your profile:</p> <p>Use Tailscale's login command to add your profile:</p>
<pre><code>tailscale login --login-server {{.URL}}</code></pre> <pre><code>tailscale login --login-server {{.URL}}</code></pre>
<h3>GUI</h3>
<ol>
<li>
ALT + Click the Tailscale icon in the menu and hover over the Debug menu
</li>
<li>Under "Custm Login Server", select "Add Account..."</li>
<li>
Enter "{{.URL}}" of the headscale instance and press "Add Account"
</li>
<li>Follow the login procedure in the browser</li>
</ol>
<h2>Apple configuration profiles (1.32.0 and lower)</h2> <h2>Apple configuration profiles (1.32.0 and lower)</h2>
<p> <p>
This page provides This page provides