From b9ff8a66ac208ef87aa30410a3badfdd77f7dd75 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 1 Sep 2025 09:25:38 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/aria2-superng6/24-11-01/.env | 9 ++ appstore/aria2-superng6/24-11-01/data.yml | 21 +++ .../24-11-01/docker-compose.yml | 11 +- appstore/aria2-superng6/25-08-29/.env | 42 +++++ appstore/aria2-superng6/25-08-29/data.yml | 147 ++++++++++++++++++ .../25-08-29/docker-compose.yml | 41 +++++ .../25-08-29}/envs/default.env | 0 .../25-08-29}/envs/global.env | 0 .../25-08-29}/scripts/init.sh | 0 .../25-08-29}/scripts/uninstall.sh | 0 .../25-08-29}/scripts/upgrade.sh | 0 appstore/readeck-pg/{0.20.0 => 0.20.1}/.env | 0 .../readeck-pg/{0.20.0 => 0.20.1}/data.yml | 0 .../{0.20.0 => 0.20.1}/docker-compose.yml | 2 +- .../0.20.1}/envs/default.env | 0 .../0.20.1}/envs/global.env | 0 .../0.20.1}/scripts/init.sh | 0 .../0.20.1}/scripts/uninstall.sh | 0 .../0.20.1}/scripts/upgrade.sh | 0 appstore/readeck/{0.20.0 => 0.20.1}/.env | 0 appstore/readeck/{0.20.0 => 0.20.1}/data.yml | 0 .../{0.20.0 => 0.20.1}/docker-compose.yml | 2 +- appstore/readeck/0.20.1/envs/default.env | 2 + appstore/readeck/0.20.1/envs/global.env | 2 + appstore/readeck/0.20.1/scripts/init.sh | 17 ++ appstore/readeck/0.20.1/scripts/uninstall.sh | 10 ++ appstore/readeck/0.20.1/scripts/upgrade.sh | 17 ++ dockge/aria2-superng6/.env | 9 ++ dockge/aria2-superng6/docker-compose.yml | 11 +- dockge/aria2-superng6_25-08-29/.env | 42 +++++ .../docker-compose.yml | 41 +++++ .../aria2-superng6_25-08-29/envs/default.env | 2 + .../aria2-superng6_25-08-29/envs/global.env | 2 + dockge/readeck-pg/docker-compose.yml | 2 +- dockge/readeck/docker-compose.yml | 2 +- 35 files changed, 422 insertions(+), 12 deletions(-) create mode 100644 appstore/aria2-superng6/25-08-29/.env create mode 100644 appstore/aria2-superng6/25-08-29/data.yml create mode 100644 appstore/aria2-superng6/25-08-29/docker-compose.yml rename appstore/{readeck-pg/0.20.0 => aria2-superng6/25-08-29}/envs/default.env (100%) rename appstore/{readeck-pg/0.20.0 => aria2-superng6/25-08-29}/envs/global.env (100%) rename appstore/{readeck-pg/0.20.0 => aria2-superng6/25-08-29}/scripts/init.sh (100%) rename appstore/{readeck-pg/0.20.0 => aria2-superng6/25-08-29}/scripts/uninstall.sh (100%) rename appstore/{readeck-pg/0.20.0 => aria2-superng6/25-08-29}/scripts/upgrade.sh (100%) rename appstore/readeck-pg/{0.20.0 => 0.20.1}/.env (100%) rename appstore/readeck-pg/{0.20.0 => 0.20.1}/data.yml (100%) rename appstore/readeck-pg/{0.20.0 => 0.20.1}/docker-compose.yml (94%) rename appstore/{readeck/0.20.0 => readeck-pg/0.20.1}/envs/default.env (100%) rename appstore/{readeck/0.20.0 => readeck-pg/0.20.1}/envs/global.env (100%) rename appstore/{readeck/0.20.0 => readeck-pg/0.20.1}/scripts/init.sh (100%) rename appstore/{readeck/0.20.0 => readeck-pg/0.20.1}/scripts/uninstall.sh (100%) rename appstore/{readeck/0.20.0 => readeck-pg/0.20.1}/scripts/upgrade.sh (100%) rename appstore/readeck/{0.20.0 => 0.20.1}/.env (100%) rename appstore/readeck/{0.20.0 => 0.20.1}/data.yml (100%) rename appstore/readeck/{0.20.0 => 0.20.1}/docker-compose.yml (93%) create mode 100644 appstore/readeck/0.20.1/envs/default.env create mode 100644 appstore/readeck/0.20.1/envs/global.env create mode 100644 appstore/readeck/0.20.1/scripts/init.sh create mode 100644 appstore/readeck/0.20.1/scripts/uninstall.sh create mode 100644 appstore/readeck/0.20.1/scripts/upgrade.sh create mode 100644 dockge/aria2-superng6_25-08-29/.env create mode 100644 dockge/aria2-superng6_25-08-29/docker-compose.yml create mode 100644 dockge/aria2-superng6_25-08-29/envs/default.env create mode 100644 dockge/aria2-superng6_25-08-29/envs/global.env diff --git a/appstore/aria2-superng6/24-11-01/.env b/appstore/aria2-superng6/24-11-01/.env index 258e9b70e..5af9f5a51 100644 --- a/appstore/aria2-superng6/24-11-01/.env +++ b/appstore/aria2-superng6/24-11-01/.env @@ -31,3 +31,12 @@ CRA2B=2h # 静默下载 [必填] QUIET=true +# 自定义挂载目录 1 +CUSTOM_MOUNT_DIRECTORY_1= + +# 自定义挂载目录 2 +CUSTOM_MOUNT_DIRECTORY_2= + +# 自定义挂载目录 3 +CUSTOM_MOUNT_DIRECTORY_3= + diff --git a/appstore/aria2-superng6/24-11-01/data.yml b/appstore/aria2-superng6/24-11-01/data.yml index 08cab986d..b813c95e6 100644 --- a/appstore/aria2-superng6/24-11-01/data.yml +++ b/appstore/aria2-superng6/24-11-01/data.yml @@ -124,3 +124,24 @@ additionalProperties: value: "false" - label: 开启 value: "true" + - default: "" + edit: true + envKey: CUSTOM_MOUNT_DIRECTORY_1 + labelEn: Custom mount directory 1 + labelZh: 自定义挂载目录 1 + required: false + type: text + - default: "" + edit: true + envKey: CUSTOM_MOUNT_DIRECTORY_2 + labelEn: Custom mount directory 2 + labelZh: 自定义挂载目录 2 + required: false + type: text + - default: "" + edit: true + envKey: CUSTOM_MOUNT_DIRECTORY_3 + labelEn: Custom mount directory 3 + labelZh: 自定义挂载目录 3 + required: false + type: text diff --git a/appstore/aria2-superng6/24-11-01/docker-compose.yml b/appstore/aria2-superng6/24-11-01/docker-compose.yml index 11aaa146d..6cd98c41e 100644 --- a/appstore/aria2-superng6/24-11-01/docker-compose.yml +++ b/appstore/aria2-superng6/24-11-01/docker-compose.yml @@ -27,12 +27,15 @@ services: createdBy: Apps network_mode: ${NETWORK_MODE} ports: - - ${PANEL_APP_PORT_HTTP}:8080 - - ${PANEL_APP_PORT_RPC}:6800 - - ${PANEL_APP_PORT_BTPORT}:32516 - - ${PANEL_APP_PORT_BTPORT}:32516/udp + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + - ${PANEL_APP_PORT_RPC}:${PANEL_APP_PORT_RPC} + - ${PANEL_APP_PORT_BTPORT}:${PANEL_APP_PORT_BTPORT} + - ${PANEL_APP_PORT_BTPORT}:${PANEL_APP_PORT_BTPORT}/udp restart: always volumes: - ${ARIA2_ROOT_PATH}/downloads:/downloads - ${ARIA2_ROOT_PATH}/config:/config + - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} + - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} + - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} - /lib/modules:/lib/modules diff --git a/appstore/aria2-superng6/25-08-29/.env b/appstore/aria2-superng6/25-08-29/.env new file mode 100644 index 000000000..5af9f5a51 --- /dev/null +++ b/appstore/aria2-superng6/25-08-29/.env @@ -0,0 +1,42 @@ +# 网络模式 [必填] +NETWORK_MODE=host + +# 数据持久化路径 [必填] +ARIA2_ROOT_PATH=/home/aria2 + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + +# RPC 通讯端口 [必填] +PANEL_APP_PORT_RPC=6800 + +# DHT 和 BT 通讯端口 [必填] +PANEL_APP_PORT_BTPORT=32516 + +# 鉴权密钥 [必填] +SECRET= + +# 写入缓存大小 [必填] +CACHE=1024M + +# 自定义 Trackes 地址 [必填] +CTU=https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/best_aria2.txt + +# 下载预分配模式 [必填] +FA=falloc + +# 重启Aria2B时间 [必填] +CRA2B=2h + +# 静默下载 [必填] +QUIET=true + +# 自定义挂载目录 1 +CUSTOM_MOUNT_DIRECTORY_1= + +# 自定义挂载目录 2 +CUSTOM_MOUNT_DIRECTORY_2= + +# 自定义挂载目录 3 +CUSTOM_MOUNT_DIRECTORY_3= + diff --git a/appstore/aria2-superng6/25-08-29/data.yml b/appstore/aria2-superng6/25-08-29/data.yml new file mode 100644 index 000000000..b813c95e6 --- /dev/null +++ b/appstore/aria2-superng6/25-08-29/data.yml @@ -0,0 +1,147 @@ +additionalProperties: + formFields: + - default: "host" + edit: true + envKey: NETWORK_MODE + labelEn: Drive path + labelZh: 网络模式 + required: true + type: select + values: + - label: 主机网络模式 + value: "host" + - label: 桥接网络模式 + value: "bridge" + - label: 无网络模式 + value: "none" + - label: 1panel-network + value: "1panel-network" + - default: "/home/aria2" + edit: true + envKey: ARIA2_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number + - default: 6800 + edit: true + envKey: PANEL_APP_PORT_RPC + labelZh: RPC 通讯端口 + labelEn: RPC communication port + required: true + rule: paramPort + type: number + - default: 32516 + edit: true + envKey: PANEL_APP_PORT_BTPORT + labelZh: DHT 和 BT 通讯端口 + labelEn: DHT and BT communication port + required: true + rule: paramPort + type: number + - default: "" + edit: true + envKey: SECRET + labelZh: 鉴权密钥 + labelEn: Authentication key + required: true + type: password + - default: "1024M" + edit: true + envKey: CACHE + labelZh: 写入缓存大小 + labelEn: Write cache size + required: true + type: text + - default: "https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/best_aria2.txt" + edit: true + envKey: CTU + labelZh: 自定义 Trackes 地址 + labelEn: Custom Trackes address + required: true + type: text + - default: "falloc" + edit: true + envKey: FA + labelZh: 下载预分配模式 + labelEn: Download pre-allocation mode + required: true + type: select + values: + - label: 无 + value: "none" + - label: 预分配 + value: "falloc" + - label: 分片 + value: "trunc" + - label: 预分配 + 分片 + value: "prealloc" + - default: "2h" + edit: true + envKey: CRA2B + labelZh: 重启Aria2B时间 + labelEn: Restart Aria2B time + required: true + type: select + values: + - label: 禁止重启 + value: "false" + - label: 每1小时 + value: "1h" + - label: 每2小时 + value: "2h" + - label: 每3小时 + value: "3h" + - label: 每4小时 + value: "4h" + - label: 每5小时 + value: "5h" + - label: 每6小时 + value: "6h" + - label: 每8小时 + value: "8h" + - label: 每10小时 + value: "10h" + - label: 每12小时 + value: "12h" + - default: "true" + edit: true + envKey: QUIET + labelZh: 静默下载 + labelEn: Silent download + required: true + type: select + values: + - label: 禁用 + value: "false" + - label: 开启 + value: "true" + - default: "" + edit: true + envKey: CUSTOM_MOUNT_DIRECTORY_1 + labelEn: Custom mount directory 1 + labelZh: 自定义挂载目录 1 + required: false + type: text + - default: "" + edit: true + envKey: CUSTOM_MOUNT_DIRECTORY_2 + labelEn: Custom mount directory 2 + labelZh: 自定义挂载目录 2 + required: false + type: text + - default: "" + edit: true + envKey: CUSTOM_MOUNT_DIRECTORY_3 + labelEn: Custom mount directory 3 + labelZh: 自定义挂载目录 3 + required: false + type: text diff --git a/appstore/aria2-superng6/25-08-29/docker-compose.yml b/appstore/aria2-superng6/25-08-29/docker-compose.yml new file mode 100644 index 000000000..52b1b90c2 --- /dev/null +++ b/appstore/aria2-superng6/25-08-29/docker-compose.yml @@ -0,0 +1,41 @@ +networks: + 1panel-network: + external: true +services: + aria2-superng6: + cap_add: + - NET_ADMIN + container_name: aria2-superng6 + env_file: + - ./envs/global.env + - .env + environment: + - PUID=0 + - PGID=0 + - UMASK=022 + - WEBUI=true + - WEBUI_PORT=${PANEL_APP_PORT_HTTP} + - BTPORT=${PANEL_APP_PORT_BTPORT} + - PORT=${PANEL_APP_PORT_RPC} + - UT=true + - RUT=true + - SMD=true + - CRA2B=2h + - QUIET=true + image: superng6/aria2:25-08-29 + labels: + createdBy: Apps + network_mode: ${NETWORK_MODE} + ports: + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + - ${PANEL_APP_PORT_RPC}:${PANEL_APP_PORT_RPC} + - ${PANEL_APP_PORT_BTPORT}:${PANEL_APP_PORT_BTPORT} + - ${PANEL_APP_PORT_BTPORT}:${PANEL_APP_PORT_BTPORT}/udp + restart: always + volumes: + - ${ARIA2_ROOT_PATH}/downloads:/downloads + - ${ARIA2_ROOT_PATH}/config:/config + - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} + - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} + - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} + - /lib/modules:/lib/modules diff --git a/appstore/readeck-pg/0.20.0/envs/default.env b/appstore/aria2-superng6/25-08-29/envs/default.env similarity index 100% rename from appstore/readeck-pg/0.20.0/envs/default.env rename to appstore/aria2-superng6/25-08-29/envs/default.env diff --git a/appstore/readeck-pg/0.20.0/envs/global.env b/appstore/aria2-superng6/25-08-29/envs/global.env similarity index 100% rename from appstore/readeck-pg/0.20.0/envs/global.env rename to appstore/aria2-superng6/25-08-29/envs/global.env diff --git a/appstore/readeck-pg/0.20.0/scripts/init.sh b/appstore/aria2-superng6/25-08-29/scripts/init.sh similarity index 100% rename from appstore/readeck-pg/0.20.0/scripts/init.sh rename to appstore/aria2-superng6/25-08-29/scripts/init.sh diff --git a/appstore/readeck-pg/0.20.0/scripts/uninstall.sh b/appstore/aria2-superng6/25-08-29/scripts/uninstall.sh similarity index 100% rename from appstore/readeck-pg/0.20.0/scripts/uninstall.sh rename to appstore/aria2-superng6/25-08-29/scripts/uninstall.sh diff --git a/appstore/readeck-pg/0.20.0/scripts/upgrade.sh b/appstore/aria2-superng6/25-08-29/scripts/upgrade.sh similarity index 100% rename from appstore/readeck-pg/0.20.0/scripts/upgrade.sh rename to appstore/aria2-superng6/25-08-29/scripts/upgrade.sh diff --git a/appstore/readeck-pg/0.20.0/.env b/appstore/readeck-pg/0.20.1/.env similarity index 100% rename from appstore/readeck-pg/0.20.0/.env rename to appstore/readeck-pg/0.20.1/.env diff --git a/appstore/readeck-pg/0.20.0/data.yml b/appstore/readeck-pg/0.20.1/data.yml similarity index 100% rename from appstore/readeck-pg/0.20.0/data.yml rename to appstore/readeck-pg/0.20.1/data.yml diff --git a/appstore/readeck-pg/0.20.0/docker-compose.yml b/appstore/readeck-pg/0.20.1/docker-compose.yml similarity index 94% rename from appstore/readeck-pg/0.20.0/docker-compose.yml rename to appstore/readeck-pg/0.20.1/docker-compose.yml index de0068116..8b03cef85 100644 --- a/appstore/readeck-pg/0.20.0/docker-compose.yml +++ b/appstore/readeck-pg/0.20.1/docker-compose.yml @@ -24,7 +24,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.20.0 + image: codeberg.org/readeck/readeck:0.20.1 labels: createdBy: Apps networks: diff --git a/appstore/readeck/0.20.0/envs/default.env b/appstore/readeck-pg/0.20.1/envs/default.env similarity index 100% rename from appstore/readeck/0.20.0/envs/default.env rename to appstore/readeck-pg/0.20.1/envs/default.env diff --git a/appstore/readeck/0.20.0/envs/global.env b/appstore/readeck-pg/0.20.1/envs/global.env similarity index 100% rename from appstore/readeck/0.20.0/envs/global.env rename to appstore/readeck-pg/0.20.1/envs/global.env diff --git a/appstore/readeck/0.20.0/scripts/init.sh b/appstore/readeck-pg/0.20.1/scripts/init.sh similarity index 100% rename from appstore/readeck/0.20.0/scripts/init.sh rename to appstore/readeck-pg/0.20.1/scripts/init.sh diff --git a/appstore/readeck/0.20.0/scripts/uninstall.sh b/appstore/readeck-pg/0.20.1/scripts/uninstall.sh similarity index 100% rename from appstore/readeck/0.20.0/scripts/uninstall.sh rename to appstore/readeck-pg/0.20.1/scripts/uninstall.sh diff --git a/appstore/readeck/0.20.0/scripts/upgrade.sh b/appstore/readeck-pg/0.20.1/scripts/upgrade.sh similarity index 100% rename from appstore/readeck/0.20.0/scripts/upgrade.sh rename to appstore/readeck-pg/0.20.1/scripts/upgrade.sh diff --git a/appstore/readeck/0.20.0/.env b/appstore/readeck/0.20.1/.env similarity index 100% rename from appstore/readeck/0.20.0/.env rename to appstore/readeck/0.20.1/.env diff --git a/appstore/readeck/0.20.0/data.yml b/appstore/readeck/0.20.1/data.yml similarity index 100% rename from appstore/readeck/0.20.0/data.yml rename to appstore/readeck/0.20.1/data.yml diff --git a/appstore/readeck/0.20.0/docker-compose.yml b/appstore/readeck/0.20.1/docker-compose.yml similarity index 93% rename from appstore/readeck/0.20.0/docker-compose.yml rename to appstore/readeck/0.20.1/docker-compose.yml index 69e09d868..33f8657e1 100644 --- a/appstore/readeck/0.20.0/docker-compose.yml +++ b/appstore/readeck/0.20.1/docker-compose.yml @@ -23,7 +23,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.20.0 + image: codeberg.org/readeck/readeck:0.20.1 labels: createdBy: Apps networks: diff --git a/appstore/readeck/0.20.1/envs/default.env b/appstore/readeck/0.20.1/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/appstore/readeck/0.20.1/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/appstore/readeck/0.20.1/envs/global.env b/appstore/readeck/0.20.1/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/appstore/readeck/0.20.1/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/appstore/readeck/0.20.1/scripts/init.sh b/appstore/readeck/0.20.1/scripts/init.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/readeck/0.20.1/scripts/init.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/readeck/0.20.1/scripts/uninstall.sh b/appstore/readeck/0.20.1/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/readeck/0.20.1/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/readeck/0.20.1/scripts/upgrade.sh b/appstore/readeck/0.20.1/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/readeck/0.20.1/scripts/upgrade.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/dockge/aria2-superng6/.env b/dockge/aria2-superng6/.env index 258e9b70e..5af9f5a51 100644 --- a/dockge/aria2-superng6/.env +++ b/dockge/aria2-superng6/.env @@ -31,3 +31,12 @@ CRA2B=2h # 静默下载 [必填] QUIET=true +# 自定义挂载目录 1 +CUSTOM_MOUNT_DIRECTORY_1= + +# 自定义挂载目录 2 +CUSTOM_MOUNT_DIRECTORY_2= + +# 自定义挂载目录 3 +CUSTOM_MOUNT_DIRECTORY_3= + diff --git a/dockge/aria2-superng6/docker-compose.yml b/dockge/aria2-superng6/docker-compose.yml index 11aaa146d..6cd98c41e 100644 --- a/dockge/aria2-superng6/docker-compose.yml +++ b/dockge/aria2-superng6/docker-compose.yml @@ -27,12 +27,15 @@ services: createdBy: Apps network_mode: ${NETWORK_MODE} ports: - - ${PANEL_APP_PORT_HTTP}:8080 - - ${PANEL_APP_PORT_RPC}:6800 - - ${PANEL_APP_PORT_BTPORT}:32516 - - ${PANEL_APP_PORT_BTPORT}:32516/udp + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + - ${PANEL_APP_PORT_RPC}:${PANEL_APP_PORT_RPC} + - ${PANEL_APP_PORT_BTPORT}:${PANEL_APP_PORT_BTPORT} + - ${PANEL_APP_PORT_BTPORT}:${PANEL_APP_PORT_BTPORT}/udp restart: always volumes: - ${ARIA2_ROOT_PATH}/downloads:/downloads - ${ARIA2_ROOT_PATH}/config:/config + - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} + - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} + - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} - /lib/modules:/lib/modules diff --git a/dockge/aria2-superng6_25-08-29/.env b/dockge/aria2-superng6_25-08-29/.env new file mode 100644 index 000000000..5af9f5a51 --- /dev/null +++ b/dockge/aria2-superng6_25-08-29/.env @@ -0,0 +1,42 @@ +# 网络模式 [必填] +NETWORK_MODE=host + +# 数据持久化路径 [必填] +ARIA2_ROOT_PATH=/home/aria2 + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=8080 + +# RPC 通讯端口 [必填] +PANEL_APP_PORT_RPC=6800 + +# DHT 和 BT 通讯端口 [必填] +PANEL_APP_PORT_BTPORT=32516 + +# 鉴权密钥 [必填] +SECRET= + +# 写入缓存大小 [必填] +CACHE=1024M + +# 自定义 Trackes 地址 [必填] +CTU=https://cdn.jsdelivr.net/gh/XIU2/TrackersListCollection@master/best_aria2.txt + +# 下载预分配模式 [必填] +FA=falloc + +# 重启Aria2B时间 [必填] +CRA2B=2h + +# 静默下载 [必填] +QUIET=true + +# 自定义挂载目录 1 +CUSTOM_MOUNT_DIRECTORY_1= + +# 自定义挂载目录 2 +CUSTOM_MOUNT_DIRECTORY_2= + +# 自定义挂载目录 3 +CUSTOM_MOUNT_DIRECTORY_3= + diff --git a/dockge/aria2-superng6_25-08-29/docker-compose.yml b/dockge/aria2-superng6_25-08-29/docker-compose.yml new file mode 100644 index 000000000..52b1b90c2 --- /dev/null +++ b/dockge/aria2-superng6_25-08-29/docker-compose.yml @@ -0,0 +1,41 @@ +networks: + 1panel-network: + external: true +services: + aria2-superng6: + cap_add: + - NET_ADMIN + container_name: aria2-superng6 + env_file: + - ./envs/global.env + - .env + environment: + - PUID=0 + - PGID=0 + - UMASK=022 + - WEBUI=true + - WEBUI_PORT=${PANEL_APP_PORT_HTTP} + - BTPORT=${PANEL_APP_PORT_BTPORT} + - PORT=${PANEL_APP_PORT_RPC} + - UT=true + - RUT=true + - SMD=true + - CRA2B=2h + - QUIET=true + image: superng6/aria2:25-08-29 + labels: + createdBy: Apps + network_mode: ${NETWORK_MODE} + ports: + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + - ${PANEL_APP_PORT_RPC}:${PANEL_APP_PORT_RPC} + - ${PANEL_APP_PORT_BTPORT}:${PANEL_APP_PORT_BTPORT} + - ${PANEL_APP_PORT_BTPORT}:${PANEL_APP_PORT_BTPORT}/udp + restart: always + volumes: + - ${ARIA2_ROOT_PATH}/downloads:/downloads + - ${ARIA2_ROOT_PATH}/config:/config + - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} + - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} + - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} + - /lib/modules:/lib/modules diff --git a/dockge/aria2-superng6_25-08-29/envs/default.env b/dockge/aria2-superng6_25-08-29/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/aria2-superng6_25-08-29/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/aria2-superng6_25-08-29/envs/global.env b/dockge/aria2-superng6_25-08-29/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/aria2-superng6_25-08-29/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/readeck-pg/docker-compose.yml b/dockge/readeck-pg/docker-compose.yml index de0068116..8b03cef85 100644 --- a/dockge/readeck-pg/docker-compose.yml +++ b/dockge/readeck-pg/docker-compose.yml @@ -24,7 +24,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.20.0 + image: codeberg.org/readeck/readeck:0.20.1 labels: createdBy: Apps networks: diff --git a/dockge/readeck/docker-compose.yml b/dockge/readeck/docker-compose.yml index 69e09d868..33f8657e1 100644 --- a/dockge/readeck/docker-compose.yml +++ b/dockge/readeck/docker-compose.yml @@ -23,7 +23,7 @@ services: - -config - config.toml timeout: 2s - image: codeberg.org/readeck/readeck:0.20.0 + image: codeberg.org/readeck/readeck:0.20.1 labels: createdBy: Apps networks: