From 632a39f56e8c376bedfa5302cd1ec5d886fca0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:03:25 +0100 Subject: [PATCH] Add warning to website (#11711) --- frontend/public/json/bichon.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/bichon.json b/frontend/public/json/bichon.json index a9c3ddf6c..ad49d0b1e 100644 --- a/frontend/public/json/bichon.json +++ b/frontend/public/json/bichon.json @@ -35,6 +35,10 @@ { "text": "The Disk space initially allocated by the script is only a placeholder, as we can't know how much space you will ever need. You should increase it to match your workload.", "type": "info" + }, + { + "text": "Please copy your `BICHON_ENCRYPT_PASSWORD` from `/opt/bichon/bichon.env` to a safe place.", + "type": "warning" } ] }