diff --git a/alist/metadata/app.json b/alist/metadata/app.json index ac8d9c77..27a29c48 100644 --- a/alist/metadata/app.json +++ b/alist/metadata/app.json @@ -3,7 +3,7 @@ "key": "alist", "name": "alist", "tags": ["Tool"], - "versions": ["3.16.0","latest"], + "versions": ["3.16.3","latest"], "shortDescZh": "一个支持多存储的文件列表程序。", "shortDescEn": "A file list program that supports multiple storage.", "type": "tool", diff --git a/alist/versions/3.16.0/.env.sample b/alist/versions/3.16.3/.env.sample similarity index 100% rename from alist/versions/3.16.0/.env.sample rename to alist/versions/3.16.3/.env.sample diff --git a/alist/versions/3.16.0/README.md b/alist/versions/3.16.3/README.md similarity index 100% rename from alist/versions/3.16.0/README.md rename to alist/versions/3.16.3/README.md diff --git a/alist/versions/3.16.0/config.json b/alist/versions/3.16.3/config.json similarity index 97% rename from alist/versions/3.16.0/config.json rename to alist/versions/3.16.3/config.json index 8b03c9a0..9488b489 100644 --- a/alist/versions/3.16.0/config.json +++ b/alist/versions/3.16.3/config.json @@ -35,7 +35,7 @@ "labelEn": "Administrator account password retrieval: container terminal enter . /alist admin", "required": false, "default": "这是一个提示/This is a tip", - "edit": true + "edit": false } ] } diff --git a/alist/versions/3.16.0/data/data/.gitkeep b/alist/versions/3.16.3/data/data/.gitkeep similarity index 100% rename from alist/versions/3.16.0/data/data/.gitkeep rename to alist/versions/3.16.3/data/data/.gitkeep diff --git a/alist/versions/3.16.0/data/mnt/.gitkeep b/alist/versions/3.16.3/data/mnt/.gitkeep similarity index 100% rename from alist/versions/3.16.0/data/mnt/.gitkeep rename to alist/versions/3.16.3/data/mnt/.gitkeep diff --git a/alist/versions/3.16.0/docker-compose.yml b/alist/versions/3.16.3/docker-compose.yml similarity index 93% rename from alist/versions/3.16.0/docker-compose.yml rename to alist/versions/3.16.3/docker-compose.yml index 698d32e4..1b137c1b 100644 --- a/alist/versions/3.16.0/docker-compose.yml +++ b/alist/versions/3.16.3/docker-compose.yml @@ -14,7 +14,7 @@ services: - PUID=0 - PGID=0 - UMASK=022 - image: xhofe/alist:v3.16.0 + image: xhofe/alist:v3.16.3 labels: createdBy: "Apps" diff --git a/alist/versions/latest/config.json b/alist/versions/latest/config.json index 8b03c9a0..9488b489 100644 --- a/alist/versions/latest/config.json +++ b/alist/versions/latest/config.json @@ -35,7 +35,7 @@ "labelEn": "Administrator account password retrieval: container terminal enter . /alist admin", "required": false, "default": "这是一个提示/This is a tip", - "edit": true + "edit": false } ] } diff --git a/jellyfin/versions/10.8.9/.env.sample b/jellyfin/versions/10.8.9/.env.sample index 5bcde8cd..7bc696a4 100644 --- a/jellyfin/versions/10.8.9/.env.sample +++ b/jellyfin/versions/10.8.9/.env.sample @@ -1,4 +1,4 @@ CONTAINER_NAME=jellyfin -WEBUI_PORT=8096 +PANEL_APP_PORT_HTTP=8096 CACHE_FOLDER_PATH="./data/media" MEDIA_FOLDER_PATH="./data/cache" \ No newline at end of file diff --git a/jellyfin/versions/10.8.9/config.json b/jellyfin/versions/10.8.9/config.json index af939af2..088448ce 100644 --- a/jellyfin/versions/10.8.9/config.json +++ b/jellyfin/versions/10.8.9/config.json @@ -8,7 +8,7 @@ "required": true, "default": 8096, "rule": "paramPort", - "envKey": "WEBUI_PORT", + "envKey": "PANEL_APP_PORT_HTTP", "edit": true }, { diff --git a/jellyfin/versions/10.8.9/docker-compose.yml b/jellyfin/versions/10.8.9/docker-compose.yml index ca266c1a..87083470 100644 --- a/jellyfin/versions/10.8.9/docker-compose.yml +++ b/jellyfin/versions/10.8.9/docker-compose.yml @@ -6,7 +6,7 @@ services: networks: - 1panel-network ports: - - "${WEBUI_PORT}:8096" + - "${PANEL_APP_PORT_HTTP}:8096" volumes: - "./data/config:/config" - "${CACHE_FOLDER_PATH}:/cache" diff --git a/jellyfin/versions/unstable/.env.sample b/jellyfin/versions/unstable/.env.sample index 5bcde8cd..7bc696a4 100644 --- a/jellyfin/versions/unstable/.env.sample +++ b/jellyfin/versions/unstable/.env.sample @@ -1,4 +1,4 @@ CONTAINER_NAME=jellyfin -WEBUI_PORT=8096 +PANEL_APP_PORT_HTTP=8096 CACHE_FOLDER_PATH="./data/media" MEDIA_FOLDER_PATH="./data/cache" \ No newline at end of file diff --git a/jellyfin/versions/unstable/config.json b/jellyfin/versions/unstable/config.json index af939af2..088448ce 100644 --- a/jellyfin/versions/unstable/config.json +++ b/jellyfin/versions/unstable/config.json @@ -8,7 +8,7 @@ "required": true, "default": 8096, "rule": "paramPort", - "envKey": "WEBUI_PORT", + "envKey": "PANEL_APP_PORT_HTTP", "edit": true }, { diff --git a/jellyfin/versions/unstable/docker-compose.yml b/jellyfin/versions/unstable/docker-compose.yml index 3c0846a1..b4aad2d3 100644 --- a/jellyfin/versions/unstable/docker-compose.yml +++ b/jellyfin/versions/unstable/docker-compose.yml @@ -6,7 +6,7 @@ services: networks: - 1panel-network ports: - - "${WEBUI_PORT}:8096" + - "${PANEL_APP_PORT_HTTP}:8096" volumes: - "./data/config:/config" - "${CACHE_FOLDER_PATH}:/cache" diff --git a/list.json b/list.json index bc51b687..3b0a2b4f 100644 --- a/list.json +++ b/list.json @@ -74,7 +74,7 @@ "key": "alist", "name": "alist", "tags": ["Tool"], - "versions": ["3.16.0","latest"], + "versions": ["3.16.3","latest"], "shortDescZh": "一个支持多存储的文件列表程序。", "shortDescEn": "A file list program that supports multiple storage.", "type": "tool", diff --git a/qBittorrent/versions/4.3.5/.env.sample b/qBittorrent/versions/4.3.5/.env.sample index 00e0f13b..2a5c38b1 100644 --- a/qBittorrent/versions/4.3.5/.env.sample +++ b/qBittorrent/versions/4.3.5/.env.sample @@ -1,5 +1,5 @@ CONTAINER_NAME="qbittorrent" -WEBUI_PORT_Value="40155" -PEER_PORT_Value="40150" +PANEL_APP_PORT_HTTP="40155" +PEER_PORT_VALUE="40150" CACHE_PATH="./data/.cache" DOWNLOAD_PATH="./data/downloads" \ No newline at end of file diff --git a/qBittorrent/versions/4.3.5/README.md b/qBittorrent/versions/4.3.5/README.md index 408204a5..a618f714 100644 --- a/qBittorrent/versions/4.3.5/README.md +++ b/qBittorrent/versions/4.3.5/README.md @@ -1,6 +1,5 @@ # 本应用介绍 -这是个民间制作的"qBittorrent-nox"的"1Panel"商店版本应用; 基于镜像 > - https://hub.docker.com/r/jarylc/qbittorrent diff --git a/qBittorrent/versions/4.3.5/config.json b/qBittorrent/versions/4.3.5/config.json index 07c8563c..a4e243f8 100644 --- a/qBittorrent/versions/4.3.5/config.json +++ b/qBittorrent/versions/4.3.5/config.json @@ -8,7 +8,7 @@ "required": true, "default": 40155, "rule": "paramPort", - "envKey": "WEBUI_PORT_Value", + "envKey": "PANEL_APP_PORT_HTTP", "edit": true }, { @@ -18,7 +18,7 @@ "required": true, "default": 40150, "rule": "paramPort", - "envKey": "PEER_PORT_Value", + "envKey": "PEER_PORT_VALUE", "edit": true }, { diff --git a/qBittorrent/versions/4.3.5/data/.config/qBittorrent/qBittorrent.conf b/qBittorrent/versions/4.3.5/data/.config/qBittorrent/qBittorrent.conf index 5db60da7..159b47e8 100644 --- a/qBittorrent/versions/4.3.5/data/.config/qBittorrent/qBittorrent.conf +++ b/qBittorrent/versions/4.3.5/data/.config/qBittorrent/qBittorrent.conf @@ -26,7 +26,7 @@ Bittorrent\MaxUploads=-1 Bittorrent\MaxUploadsPerTorrent=-1 Bittorrent\PeX=false Bittorrent\uTP_rate_limited=false -Connection\PortRangeMin=40150 +Connection\PortRangeMin= Connection\ResolvePeerCountries=true Downloads\SavePath=/data/downloads Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0) @@ -62,7 +62,7 @@ WebUI\HTTPS\KeyPath= WebUI\HostHeaderValidation=true WebUI\LocalHostAuth=true WebUI\MaxAuthenticationFailCount=5 -WebUI\Port=40155 +WebUI\Port= WebUI\RootFolder= WebUI\SecureCookie=true WebUI\ServerDomains=* diff --git a/qBittorrent/versions/4.3.5/docker-compose.yml b/qBittorrent/versions/4.3.5/docker-compose.yml index 590754f0..4a11bc5b 100644 --- a/qBittorrent/versions/4.3.5/docker-compose.yml +++ b/qBittorrent/versions/4.3.5/docker-compose.yml @@ -8,12 +8,12 @@ services: environment: - UID=1000 - GID=1000 - - PEER_PORT=40150 - - WEB_PORT=40155 + - PEER_PORT=${PEER_PORT_VALUE} + - WEB_PORT=${PANEL_APP_PORT_HTTP} ports: - - "${PEER_PORT_Value}:40150" - - "${PEER_PORT_Value}:40150/udp" - - "${WEBUI_PORT_Value}:40155" + - "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}" + - "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}/udp" + - "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}" volumes: - "./data/.config:/data/.config" - "./data/.local:/data/.local" diff --git a/qBittorrent/versions/4.5.2/.env.sample b/qBittorrent/versions/4.5.2/.env.sample index 00e0f13b..2a5c38b1 100644 --- a/qBittorrent/versions/4.5.2/.env.sample +++ b/qBittorrent/versions/4.5.2/.env.sample @@ -1,5 +1,5 @@ CONTAINER_NAME="qbittorrent" -WEBUI_PORT_Value="40155" -PEER_PORT_Value="40150" +PANEL_APP_PORT_HTTP="40155" +PEER_PORT_VALUE="40150" CACHE_PATH="./data/.cache" DOWNLOAD_PATH="./data/downloads" \ No newline at end of file diff --git a/qBittorrent/versions/4.5.2/README.md b/qBittorrent/versions/4.5.2/README.md index 408204a5..a618f714 100644 --- a/qBittorrent/versions/4.5.2/README.md +++ b/qBittorrent/versions/4.5.2/README.md @@ -1,6 +1,5 @@ # 本应用介绍 -这是个民间制作的"qBittorrent-nox"的"1Panel"商店版本应用; 基于镜像 > - https://hub.docker.com/r/jarylc/qbittorrent diff --git a/qBittorrent/versions/4.5.2/config.json b/qBittorrent/versions/4.5.2/config.json index 07c8563c..a4e243f8 100644 --- a/qBittorrent/versions/4.5.2/config.json +++ b/qBittorrent/versions/4.5.2/config.json @@ -8,7 +8,7 @@ "required": true, "default": 40155, "rule": "paramPort", - "envKey": "WEBUI_PORT_Value", + "envKey": "PANEL_APP_PORT_HTTP", "edit": true }, { @@ -18,7 +18,7 @@ "required": true, "default": 40150, "rule": "paramPort", - "envKey": "PEER_PORT_Value", + "envKey": "PEER_PORT_VALUE", "edit": true }, { diff --git a/qBittorrent/versions/4.5.2/data/.config/qBittorrent/qBittorrent.conf b/qBittorrent/versions/4.5.2/data/.config/qBittorrent/qBittorrent.conf index 5db60da7..159b47e8 100644 --- a/qBittorrent/versions/4.5.2/data/.config/qBittorrent/qBittorrent.conf +++ b/qBittorrent/versions/4.5.2/data/.config/qBittorrent/qBittorrent.conf @@ -26,7 +26,7 @@ Bittorrent\MaxUploads=-1 Bittorrent\MaxUploadsPerTorrent=-1 Bittorrent\PeX=false Bittorrent\uTP_rate_limited=false -Connection\PortRangeMin=40150 +Connection\PortRangeMin= Connection\ResolvePeerCountries=true Downloads\SavePath=/data/downloads Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0) @@ -62,7 +62,7 @@ WebUI\HTTPS\KeyPath= WebUI\HostHeaderValidation=true WebUI\LocalHostAuth=true WebUI\MaxAuthenticationFailCount=5 -WebUI\Port=40155 +WebUI\Port= WebUI\RootFolder= WebUI\SecureCookie=true WebUI\ServerDomains=* diff --git a/qBittorrent/versions/4.5.2/docker-compose.yml b/qBittorrent/versions/4.5.2/docker-compose.yml index 7d052511..018a1079 100644 --- a/qBittorrent/versions/4.5.2/docker-compose.yml +++ b/qBittorrent/versions/4.5.2/docker-compose.yml @@ -8,12 +8,12 @@ services: environment: - UID=1000 - GID=1000 - - PEER_PORT=40150 - - WEB_PORT=40155 + - PEER_PORT=${PEER_PORT_VALUE} + - WEB_PORT=${PANEL_APP_PORT_HTTP} ports: - - "${PEER_PORT_Value}:40150" - - "${PEER_PORT_Value}:40150/udp" - - "${WEBUI_PORT_Value}:40155" + - "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}" + - "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}/udp" + - "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}" volumes: - "./data/.config:/data/.config" - "./data/.local:/data/.local" diff --git a/qBittorrent/versions/latest/.env.sample b/qBittorrent/versions/latest/.env.sample index 00e0f13b..2a5c38b1 100644 --- a/qBittorrent/versions/latest/.env.sample +++ b/qBittorrent/versions/latest/.env.sample @@ -1,5 +1,5 @@ CONTAINER_NAME="qbittorrent" -WEBUI_PORT_Value="40155" -PEER_PORT_Value="40150" +PANEL_APP_PORT_HTTP="40155" +PEER_PORT_VALUE="40150" CACHE_PATH="./data/.cache" DOWNLOAD_PATH="./data/downloads" \ No newline at end of file diff --git a/qBittorrent/versions/latest/README.md b/qBittorrent/versions/latest/README.md index 408204a5..a618f714 100644 --- a/qBittorrent/versions/latest/README.md +++ b/qBittorrent/versions/latest/README.md @@ -1,6 +1,5 @@ # 本应用介绍 -这是个民间制作的"qBittorrent-nox"的"1Panel"商店版本应用; 基于镜像 > - https://hub.docker.com/r/jarylc/qbittorrent diff --git a/qBittorrent/versions/latest/config.json b/qBittorrent/versions/latest/config.json index 07c8563c..a4e243f8 100644 --- a/qBittorrent/versions/latest/config.json +++ b/qBittorrent/versions/latest/config.json @@ -8,7 +8,7 @@ "required": true, "default": 40155, "rule": "paramPort", - "envKey": "WEBUI_PORT_Value", + "envKey": "PANEL_APP_PORT_HTTP", "edit": true }, { @@ -18,7 +18,7 @@ "required": true, "default": 40150, "rule": "paramPort", - "envKey": "PEER_PORT_Value", + "envKey": "PEER_PORT_VALUE", "edit": true }, { diff --git a/qBittorrent/versions/latest/data/.config/qBittorrent/qBittorrent.conf b/qBittorrent/versions/latest/data/.config/qBittorrent/qBittorrent.conf index 5db60da7..159b47e8 100644 --- a/qBittorrent/versions/latest/data/.config/qBittorrent/qBittorrent.conf +++ b/qBittorrent/versions/latest/data/.config/qBittorrent/qBittorrent.conf @@ -26,7 +26,7 @@ Bittorrent\MaxUploads=-1 Bittorrent\MaxUploadsPerTorrent=-1 Bittorrent\PeX=false Bittorrent\uTP_rate_limited=false -Connection\PortRangeMin=40150 +Connection\PortRangeMin= Connection\ResolvePeerCountries=true Downloads\SavePath=/data/downloads Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0) @@ -62,7 +62,7 @@ WebUI\HTTPS\KeyPath= WebUI\HostHeaderValidation=true WebUI\LocalHostAuth=true WebUI\MaxAuthenticationFailCount=5 -WebUI\Port=40155 +WebUI\Port= WebUI\RootFolder= WebUI\SecureCookie=true WebUI\ServerDomains=* diff --git a/qBittorrent/versions/latest/docker-compose.yml b/qBittorrent/versions/latest/docker-compose.yml index 86c0a9ad..609ae843 100644 --- a/qBittorrent/versions/latest/docker-compose.yml +++ b/qBittorrent/versions/latest/docker-compose.yml @@ -8,12 +8,12 @@ services: environment: - UID=1000 - GID=1000 - - PEER_PORT=40150 - - WEB_PORT=40155 + - PEER_PORT=${PEER_PORT_VALUE} + - WEB_PORT=${PANEL_APP_PORT_HTTP} ports: - - "${PEER_PORT_Value}:40150" - - "${PEER_PORT_Value}:40150/udp" - - "${WEBUI_PORT_Value}:40155" + - "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}" + - "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}/udp" + - "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}" volumes: - "./data/.config:/data/.config" - "./data/.local:/data/.local"