ASOwnerYT
2 years ago
committed by
GitHub
3 changed files with 52 additions and 0 deletions
@ -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 |
@ -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