mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 00:07:59 +08:00
发布应用 BookStack
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
c74816d0a8
commit
7b44f3fa80
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user