Skip to content

Commit a6d0ec3

Browse files
committed
Add demo mode docs
1 parent af9188e commit a6d0ec3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/docs/04 - Features/Demo-mode.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Demo Mode
2+
BookLogr includes a demo mode feature for showcasing the applications functionality. This mode is used for the official demo site at https://demo.booklogr.app.cd
3+
4+
To try the official demo website, use the following login credentials:
5+
- **Username**: `demo@booklogr.app`
6+
- **Password**: `demo`
7+
8+
## Disabled features in demo mode
9+
The following features are disabled when in demo mode,
10+
11+
- Account registration
12+
- Users cannot create new accounts. Everyone uses the shared demo account.
13+
- Google authentication
14+
- The Google sign-in option is removed from the login interface.
15+
16+
## Enabling Demo Mode
17+
If you want to enable demo mode for your own server, set the following environment variable for the `booklogr-web` service:
18+
19+
```env
20+
BL_DEMO_MODE=true
21+
```

0 commit comments

Comments
 (0)