mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create demo-mode.md
This commit is contained in:
parent
6c21e7e816
commit
b087bd7644
14
website/docs/admin/settings/demo-mode.md
Normal file
14
website/docs/admin/settings/demo-mode.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user