mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 18:37:41 +08:00
feat:更新aria2-pro
This commit is contained in:
parent
cb29ba4782
commit
de1d5f1fc7
@ -1,6 +1,7 @@
|
||||
CONTAINER_NAME=aria2-pro
|
||||
RPC_PORT_VALUE=6800
|
||||
PANEL_APP_PORT_HTTP=6888
|
||||
TOKEN=aria2trIyiPhA0l
|
||||
CONFIG_PATH=./data/config
|
||||
DOWNLOAD_PATH=./data/downloads
|
||||
CONTAINER_NAME="aria2-pro"
|
||||
RPC_PORT_VALUE="6800"
|
||||
PANEL_APP_PORT_HTTP="6888"
|
||||
TOKEN="aria2trIyiPhA0l"
|
||||
CONFIG_PATH="./data/config"
|
||||
DOWNLOAD_PATH="./data/downloads"
|
||||
TRACKER_URL="https://trackerslist.com/all_aria2.txt"
|
||||
@ -38,3 +38,10 @@ additionalProperties:
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
- default: https://trackerslist.com/all_aria2.txt
|
||||
edit: true
|
||||
envKey: TRACKER_URL
|
||||
labelEn: TRACKER URL
|
||||
labelZh: TRACKER链接
|
||||
required: true
|
||||
type: text
|
||||
|
||||
@ -14,6 +14,11 @@ services:
|
||||
- "RPC_SECRET=${TOKEN}"
|
||||
- "RPC_PORT=${RPC_PORT_VALUE}"
|
||||
- "LISTEN_PORT=${PANEL_APP_PORT_HTTP}"
|
||||
- "DISK_CACHE=64M"
|
||||
- "IPV6_MODE=true"
|
||||
- "UPDATE_TRACKERS=true"
|
||||
- "CUSTOM_TRACKER_URL=${TRACKER_URL}"
|
||||
- "TZ=Asia/Shanghai"
|
||||
volumes:
|
||||
- "${CONFIG_PATH}:/config"
|
||||
- "${DOWNLOAD_PATH}:/downloads"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user