wechatFerry
docker run --name wechatferry -d \
-p 7070:8080 \
-p 7000:8000 \
-v ~/wechat:/home/app/wechat \
-e CALLBACK_URL="http://ip:9090/api/bot/ferry" \
jackytj/wcf-docker
浏览器访问 http://ip:8080/vnc.html 扫码登录
8000是Api端口,CALLBACK_URL是回调地址(按需修改)已适配无界三藏佬的wechatFerry适配器,上报地址填 http://ip:8000/
wechatBot
docker run -dit \
--name wechatbot \
-v /root/weixin:/app \
-p 12345:12345 \
--restart always \
xmoxmo/wechat-bot
wechatbot端修改:/app/plugin/http/config.yml
进入无界适配器界面填写上报地址等
适配器订阅地址:https://github.com/xmoxmo/bncr
胜利佬插件支持
gewechat(目前使用的)
docker run -itd \
-v /root/gewe:/root/temp \
-p 2531:2531 \
-p 2532:2532 \
--privileged=true \
--name=gewe \
--restart=always \
ghcr.io/0ekk/wechotd/wechotd
gewe原始docker容器registry.cn-hangzhou.aliyuncs.com/gewe/gewe:latest
会遇到Failed to allocate manager object, freezing
解决方案参见:https://github.com/Devo919/Gewechat/issues/9
或使用registry.cn-chengdu.aliyuncs.com/tu1h/wechotd:alpine镜像
评论区