mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
25w05a
This commit is contained in:
parent
c393191b93
commit
0765dcd48f
5 changed files with 12 additions and 10 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
v2.0.1
|
||||||
|
---
|
||||||
|
- RELEASE: v2.0.1正式版发布; 此版本是v2.0.0的小修复版本, 主要修复了Docker启动脚本存在的一些问题
|
||||||
|
- FIX: 修复Docker启动脚本存在的一些问题
|
||||||
|
|
||||||
|
25w05a
|
||||||
|
---
|
||||||
|
- PRE-RELEASE: 此版本是v2.0.1的候选版本,请勿在生产环境中使用;
|
||||||
|
- FIX: 修复Docker启动脚本存在的一些问题
|
||||||
|
|
||||||
2.0.0
|
2.0.0
|
||||||
---
|
---
|
||||||
- RELEASE: v2.0.0正式版发布; 此版本圆了几个月前画的饼, 在大文件下载的内存占用方面做出了巨大改进
|
- RELEASE: v2.0.0正式版发布; 此版本圆了几个月前画的饼, 在大文件下载的内存占用方面做出了巨大改进
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
25w04c
|
25w05a
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
2.0.0
|
2.0.1
|
||||||
|
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
APPLICATION=ghproxy
|
APPLICATION=ghproxy
|
||||||
|
|
||||||
if [ ! -f /data/caddy/config/Caddyfile ]; then
|
|
||||||
cp /data/caddy/Caddyfile /data/caddy/config/Caddyfile
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -f /data/${APPLICATION}/config/blacklist.json ]; then
|
if [ ! -f /data/${APPLICATION}/config/blacklist.json ]; then
|
||||||
cp /data/${APPLICATION}/blacklist.json /data/${APPLICATION}/config/blacklist.json
|
cp /data/${APPLICATION}/blacklist.json /data/${APPLICATION}/config/blacklist.json
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
4
init.sh
4
init.sh
|
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
APPLICATON=ghproxy
|
APPLICATON=ghproxy
|
||||||
|
|
||||||
if [ ! -f /data/caddy/config/Caddyfile ]; then
|
|
||||||
cp /data/caddy/Caddyfile /data/caddy/config/Caddyfile
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -f /data/${APPLICATON}/config/blacklist.json ]; then
|
if [ ! -f /data/${APPLICATON}/config/blacklist.json ]; then
|
||||||
cp /data/${APPLICATON}/blacklist.json /data/${APPLICATON}/config/blacklist.json
|
cp /data/${APPLICATON}/blacklist.json /data/${APPLICATON}/config/blacklist.json
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue