官方微信已支持导出聊天记录,可以在飞牛nas上备份手机微信聊条记录。官方微信客户端,可以在线聊天,直接上图:


docker compose部署如下:
services:
weixin:
image: linuxserver/weixin:lastest
container_name: weixin
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- LC_ALL=zh_CN.UTF-8
devices:
- /dev/dri:/dev/dri
volumes:
- ./data:/config
network_mode: "host"
shm_size: "1gb"
restart: unless-stopped
其中image需要自己根据 https://github.com/linuxserver/docker-weixin 项目重新build docker image,因为作者还没有构建最新版,