mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-24 01:28:49 +02:00
Move flags after the command (#2100)
The built-in help also shows flags to given after the command. Align documentation examples accordingly.
This commit is contained in:
@@ -41,7 +41,7 @@ tailscale up --login-server YOUR_HEADSCALE_URL
|
||||
To register a machine when running headscale in [Sealos](https://sealos.io), click on 'Terminal' button on the right side of the headscale application's detail page to access the Terminal of the headscale application, then take the headscale command:
|
||||
|
||||
```bash
|
||||
headscale --user myfirstuser nodes register --key <YOUR_MACHINE_KEY>
|
||||
headscale nodes register --user myfirstuser --key <YOUR_MACHINE_KEY>
|
||||
```
|
||||
|
||||
### Register machine using a pre authenticated key
|
||||
@@ -49,7 +49,7 @@ headscale --user myfirstuser nodes register --key <YOUR_MACHINE_KEY>
|
||||
click on 'Terminal' button on the right side of the headscale application's detail page to access the Terminal of the headscale application, then generate a key using the command line:
|
||||
|
||||
```bash
|
||||
headscale --user myfirstuser preauthkeys create --reusable --expiration 24h
|
||||
headscale preauthkeys create --user myfirstuser --reusable --expiration 24h
|
||||
```
|
||||
|
||||
This will return a pre-authenticated key that can be used to connect a node to `headscale` during the `tailscale` command:
|
||||
|
||||
Reference in New Issue
Block a user