Browse Source

App Submission: qBittorrent (#468)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
ASOwnerYT 2 years ago
committed by GitHub
parent
commit
4949d766f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      qbittorrent/data/config/.gitkeep
  2. 19
      qbittorrent/docker-compose.yml
  3. 33
      qbittorrent/umbrel-app.yml

0
qbittorrent/data/config/.gitkeep

19
qbittorrent/docker-compose.yml

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

@ -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…
Cancel
Save