Compare commits

..

2 commits

Author SHA1 Message Date
nblock
455b4c9b2d
Merge c4945d0a60 into 0c98d09783 2024-10-30 19:00:07 +00:00
Florian Preinstorfer
c4945d0a60 Refresh remote CLI documentation
* 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-10-30 19:58:02 +01:00

View file

@ -1,2 +1,3 @@
.github/workflows/test-integration-v2* .github/workflows/test-integration-v2*
docs/about/features.md docs/about/features.md
docs/ref/remote-cli.md