Add warning to website (#11711)

This commit is contained in:
Slaviša Arežina
2026-02-09 10:03:25 +01:00
committed by GitHub
parent c0e212d89c
commit 632a39f56e

View File

@@ -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"
}
]
}