Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Aug 25, 2022
1 parent 1fdd69f commit 15ee3e4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Nothing right now.
2. 添加 Ja3 Dockerfile
3. 添加 curlToHAR feature close a76yyyy/qiandao#7
4. 后端支持单账号多记事本 close qiandao-today/qiandao#154
5. 其他优化和修复
5. 添加 SQLAlchemy ORM 特性
6. 优化定时任务执行性能, 实现生产者-消费者异步队列模型
7. 其他优化和修复

## [20220728] - 2022.07.28 更新

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,23 +255,23 @@ EXTRA_CHARSETS_NAME|否|""|config目录下自定义ONNX对应自定义charsets.j

``` bash
# 先cd到源码所在目录, 执行命令后重启进程
wget https://fastly.jsdelivr.net/gh/qiandao-today/qiandao@master/update.sh -O ./update.sh && \
wget https://gitee.com/a76yyyy/qiandao/raw/master/update.sh -O ./update.sh && \
sh ./update.sh
```

2. **Docker容器部署更新**

``` bash
# 先进入容器后台, 执行命令后重启容器
wget https://fastly.jsdelivr.net/gh/qiandao-today/qiandao@master/update.sh -O /usr/src/app/update.sh && \
wget https://gitee.com/a76yyyy/qiandao/raw/master/update.sh -O /usr/src/app/update.sh && \
sh /usr/src/app/update.sh
```

3. **强制同步最新源码**

``` bash
# 先cd到仓库代码根目录, 执行命令后重启进程
wget https://fastly.jsdelivr.net/gh/qiandao-today/qiandao@master/update.sh -O ./update.sh && \
wget https://gitee.com/a76yyyy/qiandao/raw/master/update.sh -O ./update.sh && \
sh ./update.sh -f
```

Expand Down
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
# - GZIP=True
# - BIND=0.0.0.0
# - PORT=80
# - QUEUE_NUM=50
# - ENABLE_HTTPS=False
# - ACCESS_LOG=True
# - DOMAIN=
Expand All @@ -34,9 +35,21 @@ services:
# - TRACEBACK_PRINT=False
# - PUSH_PIC_URL=https://fastly.jsdelivr.net/gh/a76yyyy/qiandao@master/web/static/img/push_pic.png
# - PUSH_BATCH_SW=True
# - PUSH_BATCH_DELTA=60
# - DB_TYPE=sqlite3
# - QIANDAO_SQL_LOGGING_NAME=qiandao.sql
# - QIANDAO_SQL_LOGGING_LEVEL=WARNING
# - QIANDAO_SQL_POOL_LOGGING_NAME=qiandao.sql.pool
# - QIANDAO_SQL_POOL_LOGGING_LEVEL=WARNING
# - QIANDAO_SQL_POOL_SIZE=5
# - QIANDAO_SQL_MAX_OVERFLOW=10
# - QIANDAO_SQL_POOL_PRE_PING=True
# - QIANDAO_SQL_POOL_RECYCLE=3600
# - QIANDAO_SQL_POOL_TIMEOUT=30
# - QIANDAO_SQL_POOL_USE_LIFO=True
# - REDIS_DB_INDEX=1
# - QIANDAO_EVIL=1000
# - EVIL_PASS_LAN_IP=True
- PBKDF2_ITERATIONS=400
- AES_KEY=binux
- COOKIE_SECRET=binux
Expand All @@ -48,6 +61,7 @@ services:
# - PROXIES=
# - PROXY_DIRECT_MODE=regexp
# - PROXY_DIRECT=(?xi)\A([a-z][a-z0-9+\-.]*://)?(0(.0){3}|127(.0){2}.1|localhost|\[::([\d]+)?\])(:[0-9]+)?
# - NEW_TASK_DELAY=1
# - EXTRA_ONNX_NAME=
# - EXTRA_CHARSETS_NAME=
# - NEW_TASK_DELAY=1
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 20220819,
"version": 20220825,
"Repo": ["https://github.com/a76yyyy/qiandao", "https://github.com/AragonSnow/qiandao", "https://github.com/binux/qiandao"],
"Author&Collaborator": ["binux", "Mark", "PiDan", "AragonSnow", "a76yyyy", "acooler15", "billypon", "liubei121212", "gxitm", "戏如人生", "buzhibujuelb", "powersee", "cxk000"],
"Theme": {
Expand Down

0 comments on commit 15ee3e4

Please sign in to comment.