-
-
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
c5e2ea8
commit 0ba9e2c
Showing
22 changed files
with
10,945 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
--- | ||
linkTitle: Advanced | ||
title: Advanced Topics | ||
prev: /docs/services | ||
prev: /docs/scenarios | ||
next: /docs/advanced/dashboard | ||
weight: 5 | ||
--- | ||
{{< cards >}} | ||
{{< card link="dashboard" title="Dashboard" icon="view-boards" >}} | ||
{{< card link="docker-secrets" title="Docker secrets" icon="key" >}} | ||
{{< card link="headscale" title="Headscale" icon="server" >}} | ||
<!-- {{< card link="headscale" title="Headscale" icon="server" >}} --> | ||
{{< card link="host-mode" title="Service with Host Network Mode" icon="view-boards" >}} | ||
{{< /cards >}} |
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,5 +1,6 @@ | ||
--- | ||
title: Headscale | ||
draft: true | ||
--- | ||
|
||
In case you want to use the Headscale service, please read the following: | ||
|
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Changelog | ||
prev: /docs/advanced | ||
weight: 200 | ||
--- | ||
|
||
|
||
{{% steps %}} | ||
|
||
### 1.0.0_rc2 | ||
|
||
#### New Autodetection function for containers network | ||
|
||
TSDProxy now tries to connect to the container using docker internal | ||
ip addresses and ports. It's more reliable and faster, even in container without | ||
exposed ports. | ||
|
||
#### New configuration method | ||
|
||
TSDProxy still supports the Environment variable method. But there's much more | ||
power with the new configuration yaml file. | ||
|
||
#### Multiple Tailscale servers | ||
|
||
TSDProxy now supports multiple Tailscale servers. This option is useful if you | ||
have multiple Tailscale accounts, if you want to group containers with the same | ||
AUTHKEY or if you want to use different servers for different containers. | ||
|
||
#### Multiple Docker servers | ||
|
||
TSDProxy now supports multiple Docker servers. This option is useful if you have | ||
multiple Docker instances and don't want to deploy and manage TSDProxy on each one. | ||
|
||
#### New instalation scenarios documentation | ||
|
||
Now there is a new [scenarios](/docs/scenarios) section. | ||
|
||
#### New logs | ||
|
||
Now logs are more readable and easier to read and with context. | ||
|
||
#### New Docker container labels | ||
|
||
**tsdproxy.proxyprovider** is the label that defines the Tailscale proxy | ||
provider. It's optional. | ||
|
||
#### TSDProxy can now run standalone | ||
|
||
With the new configuration file, TSDProxy can be run standalone. | ||
Just run tsdproxyd --config ./config . | ||
|
||
#### New flag --config | ||
|
||
This new flag allows you to specify a configuration file. It's useful if you | ||
want to use as a command line tool instead of a container. | ||
|
||
```bash | ||
tsdproxyd --config ./config/tsdproxy.yaml | ||
``` | ||
|
||
{{% /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
Oops, something went wrong.