From b087bd7644626ec8a9107dc192e162d33d4c03c5 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 26 Apr 2025 20:33:10 +0200 Subject: [PATCH] Create demo-mode.md --- website/docs/admin/settings/demo-mode.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 website/docs/admin/settings/demo-mode.md diff --git a/website/docs/admin/settings/demo-mode.md b/website/docs/admin/settings/demo-mode.md new file mode 100644 index 00000000..06a0e6a4 --- /dev/null +++ b/website/docs/admin/settings/demo-mode.md @@ -0,0 +1,14 @@ +--- +sidebar_position: 8 +--- + +# Demo Mode + +Demo mode allows users to log in with read-only access—no changes can be made. It's designed for hosting providers to showcase their features and plans in a public demo environment. This applies to both the admin and user panels. + +Once enabled, it can't be turned off from the admin panel. To disable it, run the following command in the terminal: +``` +opencli config update demo_mode off +``` + +Be sure to set up the demo content beforehand and properly secure the server before enabling this feature.