Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,22 +264,17 @@ _VPN_ ⇒ **Tailscale Serve** (HTTPS proxy) → **HA** (HTTP web-server)
More information: [Enabling HTTPS][tailscale_info_https],
[Tailscale Serve][tailscale_info_serve], [Tailscale Funnel][tailscale_info_funnel].

1. Configure Home Assistant to be accessible through an HTTP connection (this is
the default). See [HTTP integration documentation][http_integration] for more
information. If you still want to use another HTTPS connection to access Home
Assistant, please use a reverse proxy app.
1. Disable **SSL/TLS** so Home Assistant is accessible through an HTTP
connection (this is the default). You can access this setting at **Settings**
-> **System** -> **Network** -> **HTTP server** -> **SSL/TLS**

1. Home Assistant, by default, blocks requests from reverse proxies, like the
Tailscale Serve. To enable it, add the following lines to your
`configuration.yaml`, without changing anything (don't forget to restart Home
Assistant after the changes are saved):
Tailscale Serve. To enable it, go to **Settings** -> **System** ->
**Network** -> **HTTP server** -> **Reverse proxy** and edit the options
below (don't forget to restart Home Assistant after the changes are saved):
- Enable `Trust X-Forwarded-For` option.

```yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
```
- Add "127.0.0.1" to the `Trusted proxies` option.

1. Navigate to the [DNS page][tailscale_dns] of the admin console:
- Choose a tailnet name.
Expand Down Expand Up @@ -527,7 +522,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/?u=frenck
[frenck]: https://github.com/frenck
[headscale]: https://github.com/juanfont/headscale
[http_integration]: https://www.home-assistant.io/integrations/http/
[issue]: https://github.com/hassio-addons/app-tailscale/issues
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/app-tailscale/releases
Expand Down
Loading