Skip to content

Commit

Permalink
Remove outdated configuration page in favour of config-example
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Jan 2, 2022
1 parent 11c86ac commit 5df1005
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 75 deletions.
6 changes: 6 additions & 0 deletions config-example.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
# headscale will look for a configuration file named `config.yaml` (or `config.json`) in the following order:
#
# - `/etc/headscale`
# - `~/.headscale`
# - current working directory

# The url clients will connect to.
# Typically this will be a domain like:
#
Expand Down
16 changes: 15 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ please ask on [Discord](https://discord.gg/XcQxk2VHjx) instead of opening an Iss

### References

- [Configuration](configuration.md)
- [TLS](tls.md)
- [Glossary](glossary.md)

Expand All @@ -25,3 +24,18 @@ written by community members. It is _not_ verified by `headscale` developers.
**It might be outdated and it might miss necessary steps**.

- [Running headscale in 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.
74 changes: 0 additions & 74 deletions docs/configuration.md

This file was deleted.

0 comments on commit 5df1005

Please sign in to comment.