hopleus
b4629f3988
Merge branch 'main' into features/manual-approve-node
2024-11-18 10:03:45 +03:00
Nathan Sweet
2bbebd6444
Update tls.md to mention using the full cert chain ( #2243 )
2024-11-18 09:29:03 +03:00
nblock
c96c6a9136
Misc doc fixes ( #2240 )
...
* Link back to node registration docs
* adjust wording in apple docs
* Mention client specific page to check if headscale works
Ref: #2238
2024-11-18 09:29:03 +03:00
github-actions[bot]
234d32c6f6
flake.lock: Update ( #2239 )
2024-11-18 09:29:03 +03:00
nblock
90368fe1cf
Use discord server invite link ( #2235 )
...
Replace channel links with links to discord invite link and remove
channel list.
Fixes : #1521
2024-11-18 09:29:03 +03:00
hopleus
6291aee13d
Updated CHANGELOG
2024-11-18 09:13:42 +03:00
Nathan Sweet
6275399327
Update tls.md to mention using the full cert chain ( #2243 )
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Tests / test (push) Has been cancelled
Build documentation / deploy (push) Has been cancelled
2024-11-18 06:12:12 +00:00
nblock
29119bb7f4
Misc doc fixes ( #2240 )
...
Build / build (push) Waiting to run
Build documentation / build (push) Waiting to run
Build documentation / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
* Link back to node registration docs
* adjust wording in apple docs
* Mention client specific page to check if headscale works
Ref: #2238
2024-11-18 05:46:58 +01:00
github-actions[bot]
93ba21ede5
flake.lock: Update ( #2239 )
Build / build (push) Waiting to run
Build documentation / build (push) Waiting to run
Build documentation / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
2024-11-17 19:38:50 +00:00
nblock
a7874af3d0
Use discord server invite link ( #2235 )
...
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Build documentation / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Replace channel links with links to discord invite link and remove
channel list.
Fixes : #1521
2024-11-16 07:06:15 +01:00
nblock
45104752f5
Refresh remote CLI documentation ( #2216 )
...
* Document to either use a minimal configuration file or environment
variables to connect with a remote headscale instance.
* Document a workaround specific for headscale 0.23.0.
* Remove reference to ancient headscale version.
* Use `cli.insecure: true` or `HEADSCALE_CLI_INSECURE=1` to skip
certificate verification.
* Style and typo fixes
Ref: #2193
2024-11-16 08:34:31 +03:00
nblock
71ca998d4e
Add a page for third-party tools ( #2217 )
...
* Remove status from web-ui docs
Rename the title to indicate that there multiple web interfaces
available. Do not track the status of each web interface here as their
status is subject to change over time.
* Add page for third-party tools and scripts
2024-11-16 08:34:31 +03:00
github-actions[bot]
4d010a0f4c
flake.lock: Update ( #2222 )
2024-11-16 08:34:31 +03:00
nblock
e7245856c5
Refresh remote CLI documentation ( #2216 )
...
Build documentation / deploy (push) Has been cancelled
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Tests / test (push) Has been cancelled
* Document to either use a minimal configuration file or environment
variables to connect with a remote headscale instance.
* Document a workaround specific for headscale 0.23.0.
* Remove reference to ancient headscale version.
* Use `cli.insecure: true` or `HEADSCALE_CLI_INSECURE=1` to skip
certificate verification.
* Style and typo fixes
Ref: #2193
2024-11-13 18:35:42 +01:00
nblock
2345c38e1e
Add a page for third-party tools ( #2217 )
...
Build / build (push) Waiting to run
Build documentation / build (push) Waiting to run
Build documentation / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
* Remove status from web-ui docs
Rename the title to indicate that there multiple web interfaces
available. Do not track the status of each web interface here as their
status is subject to change over time.
* Add page for third-party tools and scripts
2024-11-12 16:53:30 +01:00
github-actions[bot]
8cfaa6bdac
flake.lock: Update ( #2222 )
2024-11-12 13:27:49 +00:00
docgalaxyblock
2b55640ce4
fix: missing stable-debug tag ( #2232 )
...
Fixes #2171
2024-11-12 09:55:24 +03:00
Philip Henning
8098a70d28
Feature tvos documentation ( #2226 )
...
* Add usage documentation for tvOS
* lint and format
* Change admonition to mkdocs flavoured style
* fix typos
* Update hscontrol/templates/apple.go
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
* change outer quoting for where quoting in-text is used
---------
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
2024-11-12 09:55:24 +03:00
nblock
723380a200
Handle /derp/latency-check ( #2227 )
...
According to 15fc6cd966
the routes `/derp/probe` and `/derp/latency-check` are the same and
different versions of the tailscale client use one or the other
endpoint.
Also handle /derp/latency-check
Fixes : #2211
2024-11-12 09:55:24 +03:00
Kristoffer Dalby
8356fbb120
add nblock to doc owners ( #2207 )
...
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2024-11-12 09:55:24 +03:00
docgalaxyblock
4e44d57bf7
fix: missing stable-debug tag ( #2232 )
...
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Build documentation / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Fixes #2171
2024-11-11 06:06:44 +00:00
Philip Henning
0089ceaf1d
Feature tvos documentation ( #2226 )
...
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Build documentation / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
* Add usage documentation for tvOS
* lint and format
* Change admonition to mkdocs flavoured style
* fix typos
* Update hscontrol/templates/apple.go
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
* change outer quoting for where quoting in-text is used
---------
Co-authored-by: Kristoffer Dalby <kristoffer@dalby.cc>
2024-11-07 14:56:18 +00:00
nblock
9a46c5763c
Handle /derp/latency-check ( #2227 )
...
Build / build (push) Waiting to run
Build documentation / build (push) Waiting to run
Build documentation / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
According to 15fc6cd966
the routes `/derp/probe` and `/derp/latency-check` are the same and
different versions of the tailscale client use one or the other
endpoint.
Also handle /derp/latency-check
Fixes : #2211
2024-11-06 15:59:38 +01:00
Kristoffer Dalby
a71a933705
add nblock to doc owners ( #2207 )
...
Build documentation / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2024-11-04 10:12:50 -06:00
hopleus
612adf787a
Fixed errors in files according to golangci-lint rules
2024-10-31 15:50:58 +03:00
hopleus
6997becdd3
Fix OIDCCallbackHandler
2024-10-31 14:09:04 +03:00
hopleus
38533c99aa
Rewrite oidc_callback_template in elem-go
2024-10-31 14:09:04 +03:00
hopleus
271224a80c
Fix newline in config-example.yaml
2024-10-31 14:09:04 +03:00
hopleus
d64560cc14
Refactoring docs
2024-10-31 14:09:04 +03:00
hopleus
000b13235b
Added docs
2024-10-31 14:09:04 +03:00
hopleus
dbd14deb40
Fixed errors in files according to golangci-lint rules
2024-10-31 14:09:04 +03:00
hopleus
220ad11f5a
Fixed nolint directive
2024-10-31 14:09:04 +03:00
hopleus
a446f63744
Corrected unit tests and integration tests
2024-10-31 14:09:04 +03:00
hopleus
ed1042076a
Corrected unit tests
2024-10-31 14:09:04 +03:00
hopleus
64e8cf9001
Fixed the order of calling integration tests
2024-10-31 14:09:04 +03:00
hopleus
9f3bed4ad7
Fixed errors in files according to golangci-lint rules
2024-10-31 14:09:04 +03:00
hopleus
21fe7067ef
Fixed errors in files according to golangci-lint rules
2024-10-31 14:09:04 +03:00
hopleus
a4db1548d3
Corrected unit tests and integration tests
2024-10-31 14:09:04 +03:00
hopleus
48c3bd8f55
Corrected integration tests and github test-integration workflow
2024-10-31 14:09:04 +03:00
hopleus
651212c201
Corrected existing integration tests. New integration tests added
2024-10-31 14:09:04 +03:00
hopleus
d671462811
Corrected existing tests. New tests added
2024-10-31 14:09:04 +03:00
hopleus
6f3597f12a
Added manual approval of nodes in the network
2024-10-31 14:09:04 +03:00
hopleus
10efa39dba
Added approved fields and procedure to proto files
2024-10-31 14:09:04 +03:00
github-actions[bot]
0c98d09783
Update flake.lock ( #2195 )
...
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Build documentation / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/e2f08f4d8b3ecb5cf5c9fd9cb2d53bb3c71807da?narHash=sha256-CAZF2NRuHmqTtRTNAruWpHA43Gg2UvuCNEIzabP0l6M%3D' (2024-10-05)
→ 'github:NixOS/nixpkgs/41dea55321e5a999b17033296ac05fe8a8b5a257?narHash=sha256-WvLXzNNnnw%2BqpFOmgaM3JUlNEH%2BT4s22b5i2oyyCpXE%3D' (2024-10-25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-29 14:16:10 +00:00
Kristoffer Dalby
e2d5ee0927
cleanup linter warnings ( #2206 )
...
Build / build (push) Has been cancelled
Build documentation / build (push) Has been cancelled
Build documentation / deploy (push) Has been cancelled
Tests / test (push) Has been cancelled
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2024-10-23 10:45:59 -05:00
Kristoffer Dalby
028d9aab73
add new user fields to grpc and list command ( #2202 )
...
Updates #2166
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2024-10-18 14:20:03 +00:00
hopleus
b6dc6eb36c
#2140 Fixed reflection of hostname change ( #2199 )
...
* #2140 Fixed updating of hostname and givenName when it is updated in HostInfo
* #2140 Added integration tests
* #2140 Fix unit tests
* Changed IsAutomaticNameMode to GivenNameHasBeenChanged. Fixed errors in files according to golangci-lint rules
2024-10-17 09:45:33 -06:00
Goran Draganić
45c9585b52
feat: derpmap field in config ( #1823 )
2024-10-17 05:34:20 -06:00
hopleus
cc42fc394a
#2177 Added conversion of 'Hostname' to 'givenName' in a node with FQDN rules applied ( #2198 )
2024-10-15 18:33:03 +02:00
hopleus
52a3b54ba2
Fixed loginUrl with "WithTLS()" used. Added "WithTLS()" to scenario integration tests ( #2187 )
2024-10-15 14:38:43 +02:00