Misc doc updates

This commit is contained in:
Florian Preinstorfer 2024-12-16 15:59:09 +01:00 committed by nblock
parent 3269cfdca0
commit 0acb2b5647
4 changed files with 3 additions and 5 deletions

View File

@ -25,6 +25,7 @@ provides on overview of headscale's feature and compatibility with the Tailscale
- [ ] `autogroup:member` - [ ] `autogroup:member`
* [ ] Node registration using Single-Sign-On (OpenID Connect) ([GitHub label "OIDC"](https://github.com/juanfont/headscale/labels/OIDC)) * [ ] Node registration using Single-Sign-On (OpenID Connect) ([GitHub label "OIDC"](https://github.com/juanfont/headscale/labels/OIDC))
- [x] Basic registration - [x] Basic registration
- [ ] Update user profile from identity provider
- [ ] Dynamic ACL support - [ ] Dynamic ACL support
- [ ] OIDC groups cannot be used in ACLs - [ ] OIDC groups cannot be used in ACLs
- [ ] [Funnel](https://tailscale.com/kb/1223/funnel) ([#1040](https://github.com/juanfont/headscale/issues/1040)) - [ ] [Funnel](https://tailscale.com/kb/1223/funnel) ([#1040](https://github.com/juanfont/headscale/issues/1040))

View File

@ -40,9 +40,6 @@ servers.
## ACL setup ## ACL setup
Note: Users will be created automatically when users authenticate with the
headscale server.
ACLs have to be written in [huJSON](https://github.com/tailscale/hujson). ACLs have to be written in [huJSON](https://github.com/tailscale/hujson).
When [registering the servers](../usage/getting-started.md#register-a-node) we When [registering the servers](../usage/getting-started.md#register-a-node) we

View File

@ -69,7 +69,7 @@ headscale apikeys expire --prefix "<PREFIX>"
!!! bug !!! bug
Headscale 0.23.0 requires at least an empty configuration file when environment variables are used to Headscale currently requires at least an empty configuration file when environment variables are used to
specify connection details. See [issue 2193](https://github.com/juanfont/headscale/issues/2193) for more specify connection details. See [issue 2193](https://github.com/juanfont/headscale/issues/2193) for more
information. information.

View File

@ -1,6 +1,6 @@
# Upgrade an existing installation # Upgrade an existing installation
An existing headscale installation can be updated to a new version: Update an existing headscale installation to a new version:
- Read the announcement on the [GitHub releases](https://github.com/juanfont/headscale/releases) page for the new - Read the announcement on the [GitHub releases](https://github.com/juanfont/headscale/releases) page for the new
version. It lists the changes of the release along with possible breaking changes. version. It lists the changes of the release along with possible breaking changes.