File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ provides on overview of headscale's feature and compatibility with the Tailscale
25
25
- [ ] ` autogroup:member `
26
26
* [ ] Node registration using Single-Sign-On (OpenID Connect) ([ GitHub label "OIDC"] ( https://github.com/juanfont/headscale/labels/OIDC ) )
27
27
- [x] Basic registration
28
+ - [ ] Update user profile from identity provider
28
29
- [ ] Dynamic ACL support
29
30
- [ ] OIDC groups cannot be used in ACLs
30
31
- [ ] [ Funnel] ( https://tailscale.com/kb/1223/funnel ) ([ #1040 ] ( https://github.com/juanfont/headscale/issues/1040 ) )
Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ servers.
40
40
41
41
## ACL setup
42
42
43
- Note: Users will be created automatically when users authenticate with the
44
- headscale server.
45
-
46
43
ACLs have to be written in [ huJSON] ( https://github.com/tailscale/hujson ) .
47
44
48
45
When [ registering the servers] ( ../usage/getting-started.md#register-a-node ) we
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ headscale apikeys expire --prefix "<PREFIX>"
69
69
70
70
!!! bug
71
71
72
- Headscale 0.23.0 requires at least an empty configuration file when environment variables are used to
72
+ Headscale currently requires at least an empty configuration file when environment variables are used to
73
73
specify connection details. See [issue 2193](https://github.com/juanfont/headscale/issues/2193) for more
74
74
information.
75
75
Original file line number Diff line number Diff line change 1
1
# Upgrade an existing installation
2
2
3
- An existing headscale installation can be updated to a new version:
3
+ Update an existing headscale installation to a new version:
4
4
5
5
- Read the announcement on the [ GitHub releases] ( https://github.com/juanfont/headscale/releases ) page for the new
6
6
version. It lists the changes of the release along with possible breaking changes.
You can’t perform that action at this time.
0 commit comments