Commit ba0950f3 authored by nanahira's avatar nanahira

readme

parent a26ca2e8
Pipeline #3103 passed with stages
in 43 minutes and 58 seconds
...@@ -36,6 +36,8 @@ services: ...@@ -36,6 +36,8 @@ services:
cqhttp: cqhttp:
restart: always restart: always
image: git-registry.mycard.moe/nanahira/docker-mirai-cqhttp:novnc image: git-registry.mycard.moe/nanahira/docker-mirai-cqhttp:novnc
ports:
- 11180:8080
volumes: volumes:
- ./cqhttp/data:/usr/src/app/data - ./cqhttp/data:/usr/src/app/data
- ./cqhttp/config:/usr/src/app/config - ./cqhttp/config:/usr/src/app/config
...@@ -62,6 +64,8 @@ services: ...@@ -62,6 +64,8 @@ services:
DICE_MAX_SIZE: 1000 DICE_MAX_SIZE: 1000
``` ```
登录过程中可能需要划验证码。访问 `http://<服务器IP>:11180/vnc.html` 划即可。
之后使用命令 `curl -H 'Authorization: admin_token' http://<服务器IP>:3000/api/user -d 'id=<你的QQ号> -d 'permissions=0xffffffff'` 赋予自己管理员权限。 之后使用命令 `curl -H 'Authorization: admin_token' http://<服务器IP>:3000/api/user -d 'id=<你的QQ号> -d 'permissions=0xffffffff'` 赋予自己管理员权限。
## Installation ## Installation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment