李寻欢 ff0e80164c
Some checks failed
BuildImage / build-image (push) Has been cancelled
添加 readme.md
2025-02-17 10:24:42 +08:00
2025-02-17 09:53:49 +08:00
2025-02-17 09:45:16 +08:00
2025-02-17 09:45:16 +08:00
2025-02-17 09:18:57 +08:00
2025-02-17 09:18:57 +08:00
2025-02-17 09:18:57 +08:00
2025-02-17 09:18:57 +08:00
2025-02-17 10:24:42 +08:00

侵删

我是谁

XYBotV2抽离出来的协议程序仅包含iPad协议不含任何业务逻辑所以业务逻辑需要自行开发。

如何使用

services:
  XYBotV2:
    container_name: xybot
    image: lxh01/xybotv2:latest
    restart: unless-stopped
    ports:
      - "9000:9000"
    environment:
      - REDIS_HOST=10.0.0.31 # Redis服务器地址必填
      - REDIS_PORT=6379 # Redis端口选填默认6379
      - REDIS_PASSWORD="xx" # Redis密码选填
      - REDIS_DB=2 # Redis数据库选填

运行起来之后,直接浏览器打开http://{your_ip}:9000就可以看到接口文档了。

更新日志

版本 日志
20250217 fix: 发送视频报错,视频消息不应该堵塞。
Description
XYBotV2协议核心
Readme 52 KiB
Languages
Dockerfile 100%