-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kristoffer Dalby <[email protected]>
- Loading branch information
Showing
8 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,7 +258,7 @@ dns_config: | |
# Defines the base domain to create the hostnames for MagicDNS. | ||
# `base_domain` must be a FQDNs, without the trailing dot. | ||
# The FQDN of the hosts will be | ||
# `hostname.namespace.base_domain` (e.g., _myhost.mynamespace.example.com_). | ||
# `hostname.user.base_domain` (e.g., _myhost.myuser.example.com_). | ||
base_domain: example.com | ||
|
||
# Unix socket used for the CLI to connect without authentication | ||
|
@@ -301,9 +301,9 @@ unix_socket_permission: "0770" | |
# - [email protected] | ||
# | ||
# If `strip_email_domain` is set to `true`, the domain part of the username email address will be removed. | ||
# This will transform `[email protected]` to the namespace `first-name.last-name` | ||
# This will transform `[email protected]` to the user `first-name.last-name` | ||
# If `strip_email_domain` is set to `false` the domain part will NOT be removed resulting to the following | ||
# namespace: `first-name.last-name.example.com` | ||
# user: `first-name.last-name.example.com` | ||
# | ||
# strip_email_domain: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Glossary | ||
|
||
| Term | Description | | ||
| --------- | --------------------------------------------------------------------------------------------------------------------- | | ||
| Machine | A machine is a single entity connected to `headscale`, typically an installation of Tailscale. Also known as **Node** | | ||
| Namespace | A namespace is a logical grouping of machines "owned" by the same entity, in Tailscale, this is typically a User | | ||
| Term | Description | | ||
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| Machine | A machine is a single entity connected to `headscale`, typically an installation of Tailscale. Also known as **Node** | | ||
| Namespace | A namespace was a logical grouping of machines "owned" by the same entity, in Tailscale, this is typically a User (This is now called user) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,9 +44,9 @@ oidc: | |
- [email protected] | ||
|
||
# If `strip_email_domain` is set to `true`, the domain part of the username email address will be removed. | ||
# This will transform `[email protected]` to the namespace `first-name.last-name` | ||
# This will transform `[email protected]` to the user `first-name.last-name` | ||
# If `strip_email_domain` is set to `false` the domain part will NOT be removed resulting to the following | ||
# namespace: `first-name.last-name.example.com` | ||
# user: `first-name.last-name.example.com` | ||
strip_email_domain: true | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This sentence somehow no longer makes sense. I am not so powerful in the English language (I only use deepl to translate ^^) to rephrase it.