Skip to content

Commit 3eee784

Browse files
authored
fix: 修正qBitorrent端口映射问题及jellyfin镜像错误 (#70)
* '添加qBittorrent,jellyfin,ALS,alist,watchtower' * 添加flarum到应用商店 * 添加flarum到list * 更新flarum的一些说明 * 更新flarum logo * 添加重启参数 * 规范化 * 修正qBittorrent * 移除无用项 * 修正错误 * 修正细节
1 parent ccaec38 commit 3eee784

File tree

13 files changed

+22
-241
lines changed

13 files changed

+22
-241
lines changed

apps/jellyfin/versions/unstable/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "./data/config:/config"
1212
- "${CACHE_FOLDER_PATH}:/cache"
1313
- "${MEDIA_FOLDER_PATH}:/media/media"
14-
image: "jellyfinjellyfinunstable"
14+
image: "jellyfin/jellyfin:unstable"
1515
labels:
1616
createdBy: "Apps"
1717

apps/list.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"key": "qBittorrent",
352352
"name": "qBittorrent",
353353
"tags": ["Tool"],
354-
"versions": ["4.3.5","4.5.2","latest"],
354+
"versions": ["4.3.5","4.5.2"],
355355
"shortDescZh": "qBittorrent是一个跨平台的开源BitTorrent客户端",
356356
"shortDescEn": "qBittorrent is a cross-platform open source BitTorrent client",
357357
"type": "tool",
@@ -380,8 +380,8 @@
380380
"name": "alist",
381381
"tags": ["Tool"],
382382
"versions": ["3.16.3"],
383-
"shortDescZh": "一个支持多存储的文件列表程序",
384-
"shortDescEn": "A file list program that supports multiple storage.",
383+
"shortDescZh": "一个支持多存储的文件列表程序",
384+
"shortDescEn": "A file list program that supports multiple storage",
385385
"type": "tool",
386386
"limit": 0,
387387
"crossVersionUpdate": true,
@@ -394,8 +394,8 @@
394394
"name": "watchtower",
395395
"tags": ["Tool"],
396396
"versions": ["1.5.3"],
397-
"shortDescZh": "自动更新Docker容器基础镜像的工具",
398-
"shortDescEn": "Tool to automatically update Docker container base images.",
397+
"shortDescZh": "自动更新Docker容器基础镜像的工具",
398+
"shortDescEn": "Tool to automatically update Docker container base images",
399399
"type": "tool",
400400
"limit": 1,
401401
"crossVersionUpdate": false,
@@ -408,8 +408,8 @@
408408
"name": "flarum",
409409
"tags": ["WebSite"],
410410
"versions": ["1.7.1"],
411-
"shortDescZh": "新一代的论坛软件,使在线讨论变得有趣",
412-
"shortDescEn": "The next-generation forum software that makes online discussion fun.",
411+
"shortDescZh": "新一代的论坛软件,使在线讨论变得有趣",
412+
"shortDescEn": "The next-generation forum software that makes online discussion fun",
413413
"type": "website",
414414
"limit": 0,
415415
"crossVersionUpdate": true,

apps/qBittorrent/versions/4.3.5/data/.config/qBittorrent/qBittorrent.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Bittorrent\MaxUploads=-1
2626
Bittorrent\MaxUploadsPerTorrent=-1
2727
Bittorrent\PeX=false
2828
Bittorrent\uTP_rate_limited=false
29-
Connection\PortRangeMin=40150
29+
Connection\PortRangeMin=
3030
Connection\ResolvePeerCountries=true
3131
Downloads\SavePath=/data/downloads
3232
Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0)
@@ -62,7 +62,7 @@ WebUI\HTTPS\KeyPath=
6262
WebUI\HostHeaderValidation=true
6363
WebUI\LocalHostAuth=true
6464
WebUI\MaxAuthenticationFailCount=5
65-
WebUI\Port=40155
65+
WebUI\Port=
6666
WebUI\RootFolder=
6767
WebUI\SecureCookie=true
6868
WebUI\ServerDomains=*

apps/qBittorrent/versions/4.3.5/docker-compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ services:
88
environment:
99
- UID=1000
1010
- GID=1000
11-
- PEER_PORT=40150
12-
- WEB_PORT=40155
11+
- PEER_PORT=${PEER_PORT_VALUE}
12+
- WEB_PORT=${PANEL_APP_PORT_HTTP}
1313
ports:
14-
- "${PEER_PORT_VALUE}:40150"
15-
- "${PEER_PORT_VALUE}:40150/udp"
16-
- "${PANEL_APP_PORT_HTTP}:40155"
14+
- "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}"
15+
- "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}/udp"
16+
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
1717
volumes:
1818
- "./data/.config:/data/.config"
1919
- "./data/.local:/data/.local"

apps/qBittorrent/versions/4.5.2/data/.config/qBittorrent/qBittorrent.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Bittorrent\MaxUploads=-1
2626
Bittorrent\MaxUploadsPerTorrent=-1
2727
Bittorrent\PeX=false
2828
Bittorrent\uTP_rate_limited=false
29-
Connection\PortRangeMin=40150
29+
Connection\PortRangeMin=
3030
Connection\ResolvePeerCountries=true
3131
Downloads\SavePath=/data/downloads
3232
Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0)
@@ -62,7 +62,7 @@ WebUI\HTTPS\KeyPath=
6262
WebUI\HostHeaderValidation=true
6363
WebUI\LocalHostAuth=true
6464
WebUI\MaxAuthenticationFailCount=5
65-
WebUI\Port=40155
65+
WebUI\Port=
6666
WebUI\RootFolder=
6767
WebUI\SecureCookie=true
6868
WebUI\ServerDomains=*

apps/qBittorrent/versions/4.5.2/docker-compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ services:
88
environment:
99
- UID=1000
1010
- GID=1000
11-
- PEER_PORT=40150
12-
- WEB_PORT=40155
11+
- PEER_PORT=${PEER_PORT_VALUE}
12+
- WEB_PORT=${PANEL_APP_PORT_HTTP}
1313
ports:
14-
- "${PEER_PORT_VALUE}:40150"
15-
- "${PEER_PORT_VALUE}:40150/udp"
16-
- "${PANEL_APP_PORT_HTTP}:40155"
14+
- "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}"
15+
- "${PEER_PORT_VALUE}:${PEER_PORT_VALUE}/udp"
16+
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
1717
volumes:
1818
- "./data/.config:/data/.config"
1919
- "./data/.local:/data/.local"

apps/qBittorrent/versions/latest/README.md

-73
This file was deleted.

apps/qBittorrent/versions/latest/config.json

-43
This file was deleted.

apps/qBittorrent/versions/latest/data/.cache/.gitkeep

Whitespace-only changes.

apps/qBittorrent/versions/latest/data/.config/qBittorrent/qBittorrent.conf

-75
This file was deleted.

apps/qBittorrent/versions/latest/data/.local/.gitkeep

Whitespace-only changes.

apps/qBittorrent/versions/latest/data/downloads/.gitkeep

Whitespace-only changes.

apps/qBittorrent/versions/latest/docker-compose.yml

-28
This file was deleted.

0 commit comments

Comments
 (0)