From 7b44f3fa80a604a45cb10fe32f0b6dc436df811f Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Wed, 15 Jan 2025 12:50:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=20BookStac?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/bookstack/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/apps/bookstack/README.md b/apps/bookstack/README.md index e7a52751..bb8acd28 100644 --- a/apps/bookstack/README.md +++ b/apps/bookstack/README.md @@ -66,6 +66,36 @@ MFA 内置且可在需要时按角色级别强制执行。 MFA 选项包括 TOTP BookStack 提供浅色主题和深色主题的用户界面,节省眼睛 那些更喜欢在阴影中工作的人。这可以在用户级别进行配置。 +## 安装说明 + +### 应用密钥 + +> 必须是 32 个字符的随机字符串,用于加密会话数据。 +> +> 如果提供错误的密钥,将导致无法正常使用应用程序。 + +方法一 + +```bash +php artisan key:generate +``` + +方法二 + +```bash +openssl rand -base64 32 +``` + +### 数据库地址 + +> 数据库地址,例如:`127.0.0.1:3306` +> +> 如果不携带端口号,默认端口号为 `3306` + + +格式:`IP:PORT` + + --- ![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)