From b893a4f851f143f93720480d565164c9da9de436 Mon Sep 17 00:00:00 2001 From: ZhaiSoul <842607283@qq.com> Date: Fri, 1 May 2026 21:59:19 +0800 Subject: [PATCH] docs: Adjust the position of the RTSP password variable option --- .../components/OtherOptions.tsx | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx b/docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx index c92804f07..69b3a59c1 100644 --- a/docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx +++ b/docs/src/components/DockerComposeGenerator/components/OtherOptions.tsx @@ -25,25 +25,6 @@ export default function OtherOptions({

Other Options

-
- - onRtspPasswordChange(e.target.value)} - /> -

- Optional. You can specify{" "} - {"{FRIGATE_RTSP_PASSWORD}"}{" "} - in the config file to reference camera stream passwords. This is NOT - the Frigate login password. -

-
+
+ + onRtspPasswordChange(e.target.value)} + /> +

+ Optional. You can specify{" "} + {"{FRIGATE_RTSP_PASSWORD}"}{" "} + in the config file to reference camera stream passwords. This is NOT + the Frigate login password. +

+
);