mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Update the node join instruction to reference "username"
related to https://github.com/juanfont/headscale/pull/1144 Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
parent
c720af66d6
commit
0ffff2c994
1 changed files with 1 additions and 1 deletions
2
api.go
2
api.go
|
@ -78,7 +78,7 @@ var registerWebAPITemplate = template.Must(
|
||||||
<p>
|
<p>
|
||||||
Run the command below in the headscale server to add this machine to your network:
|
Run the command below in the headscale server to add this machine to your network:
|
||||||
</p>
|
</p>
|
||||||
<pre><code>headscale -n NAMESPACE nodes register --key {{.Key}}</code></pre>
|
<pre><code>headscale nodes register --user USERNAME --key {{.Key}}</code></pre>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
`))
|
`))
|
||||||
|
|
Loading…
Reference in a new issue