mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-15 04:33:01 +08:00
📝 update docs to fit pyd2
This commit is contained in:
parent
7d73d1c042
commit
5117b66d4f
@ -1,10 +1,7 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
go-cqhttp:
|
# bot provider here
|
||||||
image: silicer/go-cqhttp:v1.0.0-rc3
|
|
||||||
volumes:
|
|
||||||
- ./bot-data:/data
|
|
||||||
nonebot:
|
nonebot:
|
||||||
image: felinae98/nonebot-bison
|
image: felinae98/nonebot-bison
|
||||||
volumes:
|
volumes:
|
||||||
@ -12,12 +9,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
HOST: 0.0.0.0
|
HOST: 0.0.0.0
|
||||||
# SUPERUSERS: '[<your QQ>]'
|
# SUPERUSERS: '["<your QQ>"]'
|
||||||
BISON_CONFIG_PATH: /data
|
BISON_CONFIG_PATH: /data
|
||||||
# BISON_OUTER_URL: 'http://<your server ip>:8080/bison'
|
# BISON_OUTER_URL: 'http://<your server ip>:8080/bison'
|
||||||
BISON_FILTER_LOG: "true"
|
BISON_FILTER_LOG: "true"
|
||||||
BISON_USE_PIC: "false" # 如果需要将文字转为图片发送请改为true
|
BISON_USE_PIC: "false" # 如果需要将文字转为图片发送请改为true
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
|
||||||
- go-cqhttp
|
|
||||||
|
@ -116,47 +116,7 @@ next: /usage/easy-use
|
|||||||
想要指定更多配置请参考[详细配置](/usage#配置)
|
想要指定更多配置请参考[详细配置](/usage#配置)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
3. 运行配置 go-cqhttp
|
3. 启动 Bot(这里请八仙过海)
|
||||||
|
|
||||||
```bash
|
|
||||||
docker-compose run go-cqhttp
|
|
||||||
```
|
|
||||||
|
|
||||||
通信方式选择:`3: 反向 Websocket 通信`,选择完成后 go-cqhttp 会停止运行
|
|
||||||
接着打开并编辑`bot-data/config.yml`,找到下面字段并更改:
|
|
||||||
|
|
||||||
```yml
|
|
||||||
account: # 账号相关
|
|
||||||
uin: <填写Bot的QQ号> # QQ账号
|
|
||||||
password: "<填写Bot的QQ密码>" # 密码为空时使用扫码登录
|
|
||||||
|
|
||||||
message:
|
|
||||||
post-format: array
|
|
||||||
|
|
||||||
............
|
|
||||||
|
|
||||||
servers:
|
|
||||||
- ws-reverse:
|
|
||||||
universal: ws://nonebot:8080/onebot/v11/ws/ # 更改为这个值
|
|
||||||
```
|
|
||||||
|
|
||||||
4. 再次登录 go-cqhttp
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker-compose run go-cqhttp
|
|
||||||
```
|
|
||||||
|
|
||||||
::: tip
|
|
||||||
此时可能会需要进行扫码登陆等操作
|
|
||||||
参考[go-cqhttp 文档](https://docs.go-cqhttp.org/faq/slider.html#%E6%96%B9%E6%A1%88a-%E8%87%AA%E8%A1%8C%E6%8A%93%E5%8C%85)
|
|
||||||
进行相应处理
|
|
||||||
:::
|
|
||||||
|
|
||||||
5. 成功启动 go-cqhttp 并登录后,启动 bot:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker-compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
### docker 部署
|
### docker 部署
|
||||||
|
|
||||||
@ -168,7 +128,7 @@ Bison 的 docker 镜像为[`felinae98/nonebot-bison`](https://hub.docker.com/r/f
|
|||||||
docker pull felinae98/nonebot-bison
|
docker pull felinae98/nonebot-bison
|
||||||
|
|
||||||
docker run -d --name nonebot-bison \
|
docker run -d --name nonebot-bison \
|
||||||
-e SUPERUSERS='[<your QQ>]' \
|
-e SUPERUSERS='["<your QQ>"]' \
|
||||||
-e BISON_CONFIG_PATH='/data' \
|
-e BISON_CONFIG_PATH='/data' \
|
||||||
-e BISON_OUTER_URL='http://<your server ip>:8080/bison' \
|
-e BISON_OUTER_URL='http://<your server ip>:8080/bison' \
|
||||||
-e BISON_FILTER_LOG='true' \
|
-e BISON_FILTER_LOG='true' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user