同步与修正

This commit is contained in:
okxlin 2023-05-05 00:42:38 +08:00
parent 03e2ee6690
commit c75213ebca
30 changed files with 44 additions and 47 deletions

View File

@ -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",

View File

@ -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
}
]
}

View File

@ -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"

View File

@ -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
}
]
}

View File

@ -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"

View File

@ -8,7 +8,7 @@
"required": true,
"default": 8096,
"rule": "paramPort",
"envKey": "WEBUI_PORT",
"envKey": "PANEL_APP_PORT_HTTP",
"edit": true
},
{

View File

@ -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"

View File

@ -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"

View File

@ -8,7 +8,7 @@
"required": true,
"default": 8096,
"rule": "paramPort",
"envKey": "WEBUI_PORT",
"envKey": "PANEL_APP_PORT_HTTP",
"edit": true
},
{

View File

@ -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"

View File

@ -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",

View File

@ -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"

View File

@ -1,6 +1,5 @@
# 本应用介绍
这是个民间制作的"qBittorrent-nox"的"1Panel"商店版本应用;
基于镜像
> - https://hub.docker.com/r/jarylc/qbittorrent

View File

@ -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
},
{

View File

@ -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=*

View File

@ -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"

View File

@ -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"

View File

@ -1,6 +1,5 @@
# 本应用介绍
这是个民间制作的"qBittorrent-nox"的"1Panel"商店版本应用;
基于镜像
> - https://hub.docker.com/r/jarylc/qbittorrent

View File

@ -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
},
{

View File

@ -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=*

View File

@ -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"

View File

@ -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"

View File

@ -1,6 +1,5 @@
# 本应用介绍
这是个民间制作的"qBittorrent-nox"的"1Panel"商店版本应用;
基于镜像
> - https://hub.docker.com/r/jarylc/qbittorrent

View File

@ -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
},
{

View File

@ -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=*

View File

@ -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"