Headscale implements a single tailnet

Separate the term "tailnet" from user and be more explicit about
providing a single tailnet.

Also be more explicit about users. Refer to "headscale users" when
mentioning commandline invocations and use the term "local users" when
discussing unix accounts.

Fixes: #2335
This commit is contained in:
Florian Preinstorfer 2025-01-21 15:09:14 +01:00 committed by nblock
parent 8b92c017ec
commit 8c09afe20c
8 changed files with 35 additions and 34 deletions

View file

@ -41,13 +41,14 @@ options, run:
headscale <COMMAND> --help
```
## Manage users
## Manage headscale users
In headscale, a node (also known as machine or device) is always assigned to a specific user, a
[tailnet](https://tailscale.com/kb/1136/tailnet/). Such users can be managed with the `headscale users` command. Invoke
the built-in help for more information: `headscale users --help`.
In headscale, a node (also known as machine or device) is always assigned to a
headscale user. Such a headscale user may have many nodes assigned to them and
can be managed with the `headscale users` command. Invoke the built-in help for
more information: `headscale users --help`.
### Create a user
### Create a headscale user
=== "Native"
@ -62,7 +63,7 @@ the built-in help for more information: `headscale users --help`.
headscale users create <USER>
```
### List existing users
### List existing headscale users
=== "Native"