mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: qBittorrent (#468)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
ae9dd92567
commit
4949d766f5
0
qbittorrent/data/config/.gitkeep
Normal file
0
qbittorrent/data/config/.gitkeep
Normal file
19
qbittorrent/docker-compose.yml
Normal file
19
qbittorrent/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app_proxy:
|
||||||
|
environment:
|
||||||
|
APP_HOST: qbittorrent_server_1
|
||||||
|
APP_PORT: 8080
|
||||||
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
|
server:
|
||||||
|
image: hotio/qbittorrent:release-4.5.2@sha256:43b975dc4f44c6bd9ff8a63e86b1878d5a0b3b39fa3168aab8d81b7455e79adc
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
# - UMASK=002
|
||||||
|
volumes:
|
||||||
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
|
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
|
||||||
|
restart: on-failure
|
33
qbittorrent/umbrel-app.yml
Normal file
33
qbittorrent/umbrel-app.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
manifestVersion: 1
|
||||||
|
id: qbittorrent
|
||||||
|
category: Networking
|
||||||
|
name: qBittorrent
|
||||||
|
version: "4.5.2"
|
||||||
|
tagline: Free and reliable P2P Bittorrent client
|
||||||
|
description: >-
|
||||||
|
qBittorrent is an open-source software alternative to µTorrent. It's designed to meet the needs of most users while using as little CPU and memory as possible.
|
||||||
|
|
||||||
|
|
||||||
|
This app comes bundled with VueTorrent, a sleek user interface that provides an alternative to qBittorrent's default interface.
|
||||||
|
To enable VueTorrent, simply navigate to tools --> options --> Web UI and select "Use alternative Web UI".
|
||||||
|
|
||||||
|
|
||||||
|
⚠️ qBittorrent downloads torrents over the Clearnet, not Tor.
|
||||||
|
developer: qBittorrent
|
||||||
|
website: https://qbittorrent.org/
|
||||||
|
dependencies: []
|
||||||
|
repo: https://github.com/qBittorrent/qBittorrent
|
||||||
|
support: https://github.com/qBittorrent/qBittorrent/issues
|
||||||
|
port: 8094
|
||||||
|
gallery:
|
||||||
|
- 1.jpg
|
||||||
|
- 2.jpg
|
||||||
|
- 3.jpg
|
||||||
|
path: ""
|
||||||
|
defaultUsername: "admin"
|
||||||
|
defaultPassword: "adminadmin"
|
||||||
|
torOnly: false
|
||||||
|
permissions:
|
||||||
|
- STORAGE_DOWNLOADS
|
||||||
|
submitter: ASOwnerYT
|
||||||
|
submission: https://github.com/getumbrel/umbrel-apps/pull/468
|
Loading…
Reference in New Issue
Block a user