diff --git a/docs/getting-started/quickstart.mdx b/docs/getting-started/quickstart.mdx index e7a661fb..3fa21e79 100644 --- a/docs/getting-started/quickstart.mdx +++ b/docs/getting-started/quickstart.mdx @@ -89,6 +89,10 @@ Pick a username, choose a password, confirm it, and click **Initialize console** Sencho then runs a short **environment preflight**: it confirms the Docker engine and Compose plugin are reachable, the compose directory is writable and mounted at a matching host path, the dashboard is behind TLS, and there is disk headroom. Anything that needs attention shows an inline fix. The checks never block you, so click **Enter Sencho** to continue; you can re-run them anytime from **Settings ยท Recovery**. + + Sencho first-boot environment preflight with check rows for Docker engine, Docker Compose, Compose directory, path mapping, TLS, and disk space, each showing an OK or warning result, a Re-run button, and an Enter Sencho button + + The Cold start card only appears the first time you open Sencho. Once the admin account exists, every subsequent visit goes to the regular sign-in screen. diff --git a/docs/images/quickstart/setup-environment.png b/docs/images/quickstart/setup-environment.png new file mode 100644 index 00000000..513d899a Binary files /dev/null and b/docs/images/quickstart/setup-environment.png differ