mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
Add docker-qbittorrent (#1149)
This commit is contained in:
parent
4c29b9be33
commit
d4d6ca8ce5
24
apps/docker-qbittorrent/4.6.3/data.yml
Normal file
24
apps/docker-qbittorrent/4.6.3/data.yml
Normal file
@ -0,0 +1,24 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8181
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 48181
|
||||
edit: true
|
||||
envKey: PANEL_TORRENTING_PORT
|
||||
labelEn: Torrenting port
|
||||
labelZh: 做种端口
|
||||
required: true
|
||||
type: number
|
||||
- default: /media
|
||||
edit: true
|
||||
envKey: PATH_TO_DOWNLOADS
|
||||
labelEn: Mounting a local folder into the container
|
||||
labelZh: 下载文件夹路径
|
||||
required: true
|
||||
type: text
|
23
apps/docker-qbittorrent/4.6.3/docker-compose.yml
Normal file
23
apps/docker-qbittorrent/4.6.3/docker-compose.yml
Normal file
@ -0,0 +1,23 @@
|
||||
version: '3'
|
||||
services:
|
||||
qbittorrent:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Asia/Shanghai
|
||||
- UMASK_SET=022
|
||||
- WEBUI_PORT=${PANEL_APP_PORT_HTTP}
|
||||
- TORRENTING_PORT=${PANEL_TORRENTING_PORT}
|
||||
ports:
|
||||
- ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}
|
||||
- ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}/udp
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
volumes:
|
||||
- ./data/config:/config
|
||||
- ${PATH_TO_DOWNLOADS}:/downloads
|
||||
image: linuxserver/qbittorrent:4.6.3
|
||||
labels:
|
||||
createdBy: "Apps"
|
30
apps/docker-qbittorrent/README.md
Normal file
30
apps/docker-qbittorrent/README.md
Normal file
@ -0,0 +1,30 @@
|
||||
# docker-qbittorrent
|
||||
|
||||
docker 版本的种子下载工具 qbittorrent
|
||||
|
||||
## 应用初始化:
|
||||
|
||||
WebUI 位于 `<your-ip>:<port>` ,初始用户 `admin` 的临时密码将在启动时打印到容器日志中。
|
||||
|
||||
然后,您必须在设置的 Web UI 部分更改用户名/密码。如果不更改密码,每次启动容器时都会生成一个新密码。
|
||||
|
||||
如果您运行的是非常旧的(3.x)内核,可能会遇到[这个问题](https://github.com/linuxserver/docker-qbittorrent/issues/103),可以用[这个方法](https://github.com/linuxserver/docker-qbittorrent/issues/103#issuecomment-831238484)解决。
|
||||
|
||||
## [LinuxServer.io](https://linuxserver.io/)
|
||||
|
||||
LinuxServer.io团队为您带来了另一个以容器为特色的版本:
|
||||
|
||||
- 定期及时更新应用程序
|
||||
- 方便用户映射(PGID、PUID)
|
||||
- 带有 S6 叠加功能的自定义基本映像
|
||||
- 每周更新基础操作系统,在整个 LinuxServer.io 生态系统中使用通用层,最大限度地减少空间使用、停机时间和带宽
|
||||
- 定期安全更新
|
||||
|
||||
Find us at: 找到我们
|
||||
|
||||
- [Blog](https://blog.linuxserver.io/) - 您可以用我们的容器做的所有事情,包括操作指南、意见等!
|
||||
- [Discord](https://discord.gg/YWrKVTn) - 与社区和团队进行实时支持/聊天。
|
||||
- [Discourse](https://discourse.linuxserver.io/) - 在我们的社区论坛上发帖。
|
||||
- [Fleet](https://fleet.linuxserver.io/) - 在线网络界面,显示我们维护的所有映像。
|
||||
- [GitHub](https://github.com/linuxserver) - 查看我们所有资源库的源代码。
|
||||
- [Open Collective](https://opencollective.com/linuxserver) - 请考虑通过捐赠或为我们的预算捐款来帮助我们
|
19
apps/docker-qbittorrent/data.yml
Normal file
19
apps/docker-qbittorrent/data.yml
Normal file
@ -0,0 +1,19 @@
|
||||
name: docker-qbittorrent
|
||||
tags:
|
||||
- 实用工具
|
||||
title: docker 版本的种子下载工具 qbittorrent
|
||||
description: docker 版本的种子下载工具 qbittorrent
|
||||
additionalProperties:
|
||||
key: docker-qbittorrent
|
||||
name: docker-qbittorrent
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: docker 版本的种子下载工具 qbittorrent
|
||||
shortDescEn: The docker version of the seed download tool qbittorrent
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/linuxserver/docker-qbittorrent
|
||||
github: https://github.com/linuxserver/docker-qbittorrent
|
||||
document: https://github.com/linuxserver/docker-qbittorrent
|
BIN
apps/docker-qbittorrent/logo.png
Normal file
BIN
apps/docker-qbittorrent/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user