-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
104e2f9
commit e4df60e
Showing
5 changed files
with
27 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
title: Dashboard | ||
prev: /docs/advanced | ||
# next: /docs/advanced/host-mode | ||
--- | ||
|
||
{{< callout type="warning" >}} | ||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Headscale | ||
--- | ||
|
||
In case you want to use the Headscale service, please read the following: | ||
|
||
{{% steps %}} | ||
|
||
### In your TSDProxy docker-compose.yaml | ||
|
||
Add the following to the `environment` section: | ||
|
||
```yaml docker-compose.yml | ||
environment: | ||
- TSDPROXY_CONTROLURL="url of you headscale server" | ||
``` | ||
### Restart TSDProxy | ||
```bash | ||
docker compose restart | ||
``` | ||
|
||
{{% /steps %}} |
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