Skip to content

Commit

Permalink
Misc doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nblock committed Dec 17, 2024
1 parent 013a85c commit 5a97c3e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/about/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ provides on overview of headscale's feature and compatibility with the Tailscale
- [ ] `autogroup:member`
* [ ] Node registration using Single-Sign-On (OpenID Connect) ([GitHub label "OIDC"](https://github.com/juanfont/headscale/labels/OIDC))
- [x] Basic registration
- [ ] Update user profile from identity provider
- [ ] Dynamic ACL support
- [ ] OIDC groups cannot be used in ACLs
- [ ] [Funnel](https://tailscale.com/kb/1223/funnel) ([#1040](https://github.com/juanfont/headscale/issues/1040))
Expand Down
3 changes: 0 additions & 3 deletions docs/ref/acls.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ servers.

## 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).

When [registering the servers](../usage/getting-started.md#register-a-node) we
Expand Down
2 changes: 1 addition & 1 deletion docs/ref/remote-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ headscale apikeys expire --prefix "<PREFIX>"

!!! bug

Headscale 0.23.0 requires at least an empty configuration file when environment variables are used to
Headscale 0.23.0/0.24.0 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
information.

Expand Down
2 changes: 1 addition & 1 deletion docs/setup/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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
version. It lists the changes of the release along with possible breaking changes.
Expand Down

0 comments on commit 5a97c3e

Please sign in to comment.