Skip to content

Commit

Permalink
docs: update tailscale-serve.md (#221)
Browse files Browse the repository at this point in the history
* docs: update tailscale-serve.md

* fix: move info to correct location
  • Loading branch information
s0up4200 authored Oct 29, 2024
1 parent acd9dce commit 60e2517
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation/reverse-proxy/tailscale-serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ volumes:
}
```

:::info
There is no need to set environment variable for `TS_CERT_DOMAIN`. It pulls that directly from your account.
:::

2. **Generate a Tailscale auth key**
- Go to the [Tailscale Admin Console](https://login.tailscale.com/admin/settings/keys)
- Click on "Generate auth key"
Expand Down Expand Up @@ -170,4 +174,4 @@ Using Tailscale Serve as a reverse proxy for autobrr provides a secure and conve
[^1]: Read more about Tailscale Serve in the official docs: https://tailscale.com/kb/1242/tailscale-serve
[^2]: A Tailnet is your private network created by Tailscale, encompassing all your devices and users.
[^3]: MagicDNS is a Tailscale feature that automatically gives DNS names to the devices on your network, making them easier to access.
[^4]: Let's Encrypt is a free, automated, and open Certificate Authority providing trusted certificates for HTTPS encryption.
[^4]: Let's Encrypt is a free, automated, and open Certificate Authority providing trusted certificates for HTTPS encryption.

0 comments on commit 60e2517

Please sign in to comment.