-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from kradalby/improve-docs
Rewrite main documentation
- Loading branch information
Showing
32 changed files
with
459 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,42 @@ | ||
# Official headscale documentation | ||
# headscale documentation | ||
|
||
- [Configuration](Configuration.md) | ||
- [Running](Running.md) | ||
- [DNS](DNS.md) | ||
- [TLS](TLS.md) | ||
- [Glossary](Glossary.md) | ||
This page contains the official and community contributed documentation for `headscale`. | ||
|
||
If you are having trouble with following the documentation or get unexpected results, | ||
please ask on [Discord](https://discord.gg/XcQxk2VHjx) instead of opening an Issue. | ||
|
||
## Official documentation | ||
|
||
### How-to | ||
|
||
- [Running headscale on Linux](running-headscale-linux.md) | ||
|
||
### References | ||
|
||
- [Configuration](../config-example.yaml) | ||
- [Glossary](glossary.md) | ||
- [TLS](tls.md) | ||
|
||
## Community documentation | ||
|
||
Community documentation is not actively maintained by the headscale authors and is | ||
written by community members. It is _not_ verified by `headscale` developers. | ||
|
||
**It might be outdated and it might miss necessary steps**. | ||
|
||
- [Running headscale in a container](running-headscale-container.md) | ||
|
||
## Misc | ||
|
||
### Policy ACLs | ||
|
||
Headscale implements the same policy ACLs as Tailscale.com, adapted to the self-hosted environment. | ||
|
||
For instance, instead of referring to users when defining groups you must | ||
use namespaces (which are the equivalent to user/logins in Tailscale.com). | ||
|
||
Please check https://tailscale.com/kb/1018/acls/, and `./tests/acls/` in this repo for working examples. | ||
|
||
### Apple devices | ||
|
||
An endpoint with information on how to connect your Apple devices (currently macOS only) is available at `/apple` on your running instance. |
Oops, something went wrong.