mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
v2.0.1 (#34)
This commit is contained in:
parent
c393191b93
commit
36fe815e35
5 changed files with 12 additions and 14 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
|
||||||
|
|
@ -18,8 +14,6 @@ if [ ! -f /data/${APPLICATION}/config/config.toml ]; then
|
||||||
cp /data/${APPLICATION}/config.toml /data/${APPLICATION}/config/config.toml
|
cp /data/${APPLICATION}/config.toml /data/${APPLICATION}/config/config.toml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/data/caddy/caddy run --config /data/caddy/config/Caddyfile > /data/${APPLICATION}/log/caddy.log 2>&1 &
|
|
||||||
|
|
||||||
/data/${APPLICATION}/${APPLICATION} -cfg /data/${APPLICATION}/config/config.toml > /data/${APPLICATION}/log/run.log 2>&1 &
|
/data/${APPLICATION}/${APPLICATION} -cfg /data/${APPLICATION}/config/config.toml > /data/${APPLICATION}/log/run.log 2>&1 &
|
||||||
|
|
||||||
sleep 30
|
sleep 30
|
||||||
|
|
|
||||||
6
init.sh
6
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
|
||||||
|
|
@ -18,8 +14,6 @@ if [ ! -f /data/${APPLICATON}/config/config.yaml ]; then
|
||||||
cp /data/${APPLICATON}/config.yaml /data/${APPLICATON}/config/config.yaml
|
cp /data/${APPLICATON}/config.yaml /data/${APPLICATON}/config/config.yaml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/data/caddy/caddy run --config /data/caddy/config/Caddyfile > /data/${APPLICATON}/log/caddy.log 2>&1 &
|
|
||||||
|
|
||||||
/data/${APPLICATON}/${APPLICATON} > /data/${APPLICATON}/log/run.log 2>&1 &
|
/data/${APPLICATON}/${APPLICATON} > /data/${APPLICATON}/log/run.log 2>&1 &
|
||||||
|
|
||||||
sleep 30
|
sleep 30
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue