From ea66172e8c487a21a6ef85d551ce56819d04033a Mon Sep 17 00:00:00 2001 From: kinhdev24 Date: Fri, 30 Jan 2026 14:48:59 +0700 Subject: [PATCH 1/2] chore: Update docs --- .../getting-started/self-hosting/docker/advanced-setup.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/getting-started/self-hosting/docker/advanced-setup.mdx b/src/content/getting-started/self-hosting/docker/advanced-setup.mdx index 681a01d..d5d615b 100644 --- a/src/content/getting-started/self-hosting/docker/advanced-setup.mdx +++ b/src/content/getting-started/self-hosting/docker/advanced-setup.mdx @@ -757,7 +757,7 @@ TIMESCALEDB_PASSWORD=postgres title: "!text-base", description: "!text-sm" }}> - ⚠️ **Security Risk:** The default password postgres is publicly known.
+ ⚠️ **Security Risk:** The default password **`postgres`** is publicly known.
If you are deploying to a public server, you **MUST** change this to a strong, random string to protect your device data. @@ -840,7 +840,7 @@ Before sending emails, you must tell AWS which email address or domain you own. **Verify Identity** -* Go to **Configuration** -> **Verified identities**. +* Go to **Configuration** -> **Identities**. * Click **Create identity**. * Choose **Email address** (easiest) or **Domain**. * Check your inbox and click the verification link sent by AWS. From 471de3bde74e6f467d402aad4249f77269a27ae0 Mon Sep 17 00:00:00 2001 From: Quynh-Nguyen Date: Fri, 30 Jan 2026 08:28:13 +0000 Subject: [PATCH 2/2] Trigger Build