Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
更新chronocat至0.0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki-nya committed Oct 19, 2023
1 parent c492927 commit ada4400
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN curl -L -o /tmp/LiteLoaderQQNT.zip https://github.com/LiteLoaderQQNT/LiteLoa
RUN sed -i 's/"main": ".\/app_launcher\/index.js"/"main": ".\/LiteLoader"/' /opt/QQ/resources/app/package.json

# 安装chronocat
RUN curl -L -o /tmp/chronocat-llqqnt.zip https://ghproxy.com/https://github.com/chrononeko/chronocat/releases/download/v0.0.53/chronocat-llqqnt-v0.0.53.zip \
RUN curl -L -o /tmp/chronocat-llqqnt.zip https://ghproxy.com/https://github.com/chrononeko/chronocat/releases/download/v0.0.54/chronocat-llqqnt-v0.0.54.zip \
&& mkdir -p /root/LiteLoaderQQNT/plugins \
&& unzip /tmp/chronocat-llqqnt.zip -d /root/LiteLoaderQQNT/plugins/ \
&& rm /tmp/chronocat-llqqnt.zip
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# chronocat-docker

使用ubuntu22.04 + openbox + linuxqq 制作
本仓库是学习docker的打包与自动化构建,请下载后24小时内删除

## 使用

### 快速运行

容器重建会丢失已登陆QQ数据

```bash
docker run -d --name chronocat-docker -e VNC_PASSWD=vncpasswd -p 5500:5500 -p 5900:5900 -p 6081:6081 -p 16530:16530 -v ${PWD}/config:/root/.chronocat/config yuukinya/chronocat-docker
```
Expand All @@ -20,7 +18,7 @@ docker run -d --name chronocat-docker -e VNC_PASSWD=vncpasswd -p 5500:5500 -p 59
docker-compose up -d
```

### QQ登陆数据固化(可选)
### 数据固化(可选)

先完成上面的`快速运行`,保证容器在运行状态

Expand Down Expand Up @@ -86,15 +84,19 @@ docker exec chronocat-docker sh -c "x11vnc -storepasswd newpasswd /root/.vnc/pas
## 已知问题

- 容器重启后,桌面的任务栏可能会消失,如果触发了请不要缩小或者点叉关闭,建议保持在聊天的界面,再关闭VNC远程
- 伪造转发暂不适配Linux QQ
- 合并转发不可用在Linux版本

## TODO

- [x] 能固化已登陆QQ的数据
- [x] 能固化已登陆的数据
- [x] 使用docker的environment来指定VNC密码

## 更新日志

### 2023-10-1

- 更新chronocat至0.0.54

### 2023-10-17

- 更新chronocat至0.0.53
Expand All @@ -115,7 +117,7 @@ docker exec chronocat-docker sh -c "x11vnc -storepasswd newpasswd /root/.vnc/pas

- 更新chronocat至0.0.46
- 修改chronocat配置映射至宿主机
- 固化已登陆QQ数据 [Issue #1](https://github.com/yuuki-nya/chronocat-docker/issues/1)
- 固化已登陆数据 [Issue #1](https://github.com/yuuki-nya/chronocat-docker/issues/1)

### 2023-9-22

Expand Down

0 comments on commit ada4400

Please sign in to comment.