From 0ffff2c9940d40b34816cd008fa8e8a872e532bf Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Fri, 20 Jan 2023 01:37:37 +0100 Subject: [PATCH] Update the node join instruction to reference "username" related to https://github.com/juanfont/headscale/pull/1144 Signed-off-by: Christian Heusel --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 4c3a6ca898..308bc28196 100644 --- a/api.go +++ b/api.go @@ -78,7 +78,7 @@ var registerWebAPITemplate = template.Must(

Run the command below in the headscale server to add this machine to your network:

-
headscale -n NAMESPACE nodes register --key {{.Key}}
+
headscale nodes register --user USERNAME --key {{.Key}}
`))