app: add qbittorrent

This commit is contained in:
Nicolas Meienberger 2022-10-13 22:01:10 +02:00
parent 104962e13f
commit 35e3902c0f
6 changed files with 54 additions and 0 deletions

View File

@ -42,6 +42,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data
- [Prowlarr](https://github.com/Prowlarr/Prowlarr/) - A torrent/usenet indexer manager/proxy
- [Proxitok](https://github.com/pablouser1/ProxiTok) - Open source alternative frontend for TikTok made using PHP
- [qBittorrent](https://github.com/qbittorrent/qBittorrent) - BitTorrent client
- [Radarr](https://github.com/Radarr/Radarr) - Movie collection manager for Usenet and BitTorrent users
- [Readarr](https://github.com/Readarr/Readarr) - Book Manager and Automation (Sonarr for Ebooks)
- [Resilio Sync](https://github.com/bt-sync) - Fast, reliable, and simple file sync and share solution

View File

@ -0,0 +1,15 @@
{
"$schema": "../schema.json",
"name": "qBittorrent",
"available": true,
"port": 8133,
"id": "qbittorrent",
"tipi_version": 1,
"version": "4.4.5",
"categories": ["utilities"],
"description": "qBittorrent is a fast, easy, and free BitTorrent client.",
"short_desc": "Fast, easy, and free BitTorrent client",
"author": "qBittorrent project",
"source": "https://github.com/qbittorrent/qBittorrent",
"form_fields": []
}

View File

View File

@ -0,0 +1,30 @@
version: "3.7"
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:4.4.5
container_name: qbittorrent
dns:
- ${DNS_IP}
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
- WEBUI_PORT=${APP_PORT}
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
ports:
- ${APP_PORT}:${APP_PORT}
- 6881:6881
- 6881:6881/udp
restart: unless-stopped
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.qbittorrent.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.qbittorrent.entrypoints: websecure
traefik.http.routers.qbittorrent.service: qbittorrent
traefik.http.routers.qbittorrent.tls.certresolver: myresolver
traefik.http.services.qbittorrent.loadbalancer.server.port: 8080

View File

@ -0,0 +1,8 @@
## Fast, easy, and free BitTorrent client
The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
## Credentials
Username: admin
Password: adminadmin

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB