Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/general/advance/bot/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ sidebar:
## OneBot 标准

[OneBot](https://onebot.dev/)**统一的聊天机器人应用接口标准**。它适用于各种各样的即时通讯软件,QQ 是其应用场景之一。如果机器人框架和机器人都支持 OneBot,那它们便可以配合使用。

## Milky 标准

[Milky](https://milky.ntqqrev.org/) 是基于 **HTTP / WebSocket** 通信的新时代 QQ 机器人应用接口标准。**Milky** 有许多直接或间接源自 **OneBot 11** 的设计,但并不是 **OneBot 11** 的扩展。
24 changes: 22 additions & 2 deletions src/content/docs/general/process/database/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,29 @@ TODO

### 进阶教程:新增备份账号

> 什么是备份账号?简单来讲,备份账号是 1Panel 面板中不同的存储位置,即 **将备份存储在哪里**
> 什么是备份账号?简单来讲,备份账号是 1Panel 面板用于保存计划任务、应用、网站、数据库和系统快照等备份存储位置,即 **将备份存储在哪里**

TODO
目前支持添加本地服务器磁盘和第三方账号:

- 阿里云 OSS
- 腾讯云 COS
- 亚马逊 S3 云存储
- 微软 OneDrive
- 谷歌云盘
- 阿里云盘
- MINIO
- WebDAV
- SFTP
- 七牛云 Kodo
- 又拍云 对象存储

具体设置参见[教程](https://1panel.cn/docs/v2/user_manual/settings/#4)

:::note
关于部分对象存储服务商与亚马逊 S3 云存储的兼容性

请查看[这里](https://1panel.cn/docs/v2/user_manual/settings/#47-s3)
:::

## 自动备份

Expand Down
Loading