qbittorent: create

This commit is contained in:
zhengyi 2024-02-16 21:52:55 +08:00
parent e4c31c6b33
commit ad8828949f
5 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,25 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: 6881
edit: true
envKey: TORRENTING_PORT
labelEn: Torrenting Port
labelZh: 做种端口
required: true
rule: paramPort
type: number
- default: "./downloads"
edit: true
envKey: DOWNLOAD_PATH
labelEn: Download Path
labelZh: 下载目录
required: true
type: text

View File

@ -0,0 +1,24 @@
version: "3.8"
services:
qbittorrent:
container_name: ${CONTAINER_NAME}
image: lscr.io/linuxserver/qbittorrent:4.6.3
environment:
- TZ=Asia/Shanghai
- WEBUI_PORT=8080
- TORRENTING_PORT=${TORRENTING_PORT}
volumes:
- ./config:/config
- ${DOWNLOAD_PATH}:/downloads
ports:
- ${PANEL_APP_PORT_HTTP}:8080
- ${TORRENTING_PORT}:${TORRENTING_PORT}
- ${TORRENTING_PORT}:${TORRENTING_PORT}/udp
restart: unless-stopped
labels:
createdBy: Apps
networks:
- 1panel-network
networks:
1panel-network:
external: true

View File

13
apps/qbittorent/data.yml Normal file
View File

@ -0,0 +1,13 @@
additionalProperties:
key: qbittorent #应用的 key ,仅限英文,用于在 Linux 创建文件夹
name: QBittorent #应用名称
tags:
- Tool #应用标签,可以有多个,请参照下方的标签列表
shortDescZh: 一个 Bittorent 下载工具。 #应用中文描述不要超过30个字
shortDescEn: qBittorrent is a bittorrent client . #应用英文描述
type: tool #应用类型,区别于应用分类,只能有一个,请参照下方的类型列表
crossVersionUpdate: false #是否可以跨大版本升级
limit: 0 #应用安装数量限制0 代表无限制
website: https://www.qbittorrent.org #官网地址
github: https://github.com/qbittorrent/qBittorrent #github 地址
document: https://github.com/qbittorrent/qBittorrent/wiki #文档地址

BIN
apps/qbittorent/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 KiB