From 4949d766f578f873c8547be9cb088d4328f53923 Mon Sep 17 00:00:00 2001 From: ASOwnerYT Date: Tue, 30 May 2023 23:48:47 +1200 Subject: [PATCH] App Submission: qBittorrent (#468) Co-authored-by: nmfretz --- qbittorrent/data/config/.gitkeep | 0 qbittorrent/docker-compose.yml | 19 ++++++++++++++++++ qbittorrent/umbrel-app.yml | 33 ++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 qbittorrent/data/config/.gitkeep create mode 100644 qbittorrent/docker-compose.yml create mode 100644 qbittorrent/umbrel-app.yml diff --git a/qbittorrent/data/config/.gitkeep b/qbittorrent/data/config/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml new file mode 100644 index 0000000..bd6f42b --- /dev/null +++ b/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 \ No newline at end of file diff --git a/qbittorrent/umbrel-app.yml b/qbittorrent/umbrel-app.yml new file mode 100644 index 0000000..2ab9e62 --- /dev/null +++ b/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