From 6cb2f8fe0c533d1ddcb0a53a8ac16b61f5f48b68 Mon Sep 17 00:00:00 2001 From: Laszlo Magyar Date: Mon, 13 Apr 2026 22:08:18 +0200 Subject: [PATCH 1/2] Update Docs, add notes for general and serve/funnel configuration --- tailscale/DOCS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 96175f004..e32012c9e 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -63,6 +63,10 @@ their interface. 1. Click on the **…** icon at the right side and select the "Disable key expiry" option. +**Note:** _Remember to restart the app when the configuration is changed._ + +**Note:** _This is just an example, not even the default, don't copy and paste it! Create your own!_ + ```yaml accept_dns: true accept_routes: true @@ -248,6 +252,10 @@ This can prevent browsers from warning that HTTP URLs to your Home Assistant instance look unencrypted (browsers are not aware that the connections between Tailscale nodes are secured with end-to-end encryption). +**Note:** Tailscale Serve and Funnel will automatically update the certificate +before expiration, unlike the `tailscale cert` command. Follow the steps in this +documentation below to set up Serve or Funnel properly. + With the Tailscale Serve feature, you can access your Home Assistant instance with the provided certificate within your tailnet from devices already connected to your tailnet. From 62b3d7801c2e2ea3ab410667b7b80b52e2255875 Mon Sep 17 00:00:00 2001 From: Laszlo Magyar Date: Mon, 13 Apr 2026 23:18:54 +0200 Subject: [PATCH 2/2] fix typo --- tailscale/DOCS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index e32012c9e..1691c7c23 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -65,7 +65,8 @@ their interface. **Note:** _Remember to restart the app when the configuration is changed._ -**Note:** _This is just an example, not even the default, don't copy and paste it! Create your own!_ +**Note:** _This is just an example, not even the default, don't copy and paste +it! Create your own!_ ```yaml accept_dns: true