All apps · 0 apps
qbittorrent
Docker app from macester's Repository
Overview
The qBittorrent project aims to provide a Free Software alternative to µTorrent. ,
Configuration
/config This is where qBittorrent will store it´s configuration
/downloads This is where qBittorrent download torrents to
/watched This is folder qBittorrent will look for torrents aka. "Blackhole", needs to be enabled in the webui
Default Username/Password is defualt (admin/adminadmin)
Notes
Environment Variables
Define a variables needed,
Click the Advanced view in the top right corner .
Add/Change a variable under Environment Variables if needed:
Variable Name: AUSER Variable Value: 99 (This is the "UID" that the torrents will download as)
Variable Name: AGROUP Variable Value: 100 (This is the "GID" that the torrents will download as)
Variable Name: PIPEWORK Variable Value: yes (if you want to enable pipework network "wait for interface up") Installation
Default Username: "admin" Password: "adminadmin".
1. Go to http://your_ip/:8082/
2. If you want to enable "https" ther is a certificate file in /config "https_certs.txt" paste the contents of that file in the webui
Theese certs are generated on container install, delete the file if you want to generate new certs.
Configuration
/config This is where qBittorrent will store it´s configuration
/downloads This is where qBittorrent download torrents to
/watched This is folder qBittorrent will look for torrents aka. "Blackhole", needs to be enabled in the webui
Default Username/Password is defualt (admin/adminadmin)
Notes
Environment Variables
Define a variables needed,
Click the Advanced view in the top right corner .
Add/Change a variable under Environment Variables if needed:
Variable Name: AUSER Variable Value: 99 (This is the "UID" that the torrents will download as)
Variable Name: AGROUP Variable Value: 100 (This is the "GID" that the torrents will download as)
Variable Name: PIPEWORK Variable Value: yes (if you want to enable pipework network "wait for interface up") Installation
Default Username: "admin" Password: "adminadmin".
1. Go to http://your_ip/:8082/
2. If you want to enable "https" ther is a certificate file in /config "https_certs.txt" paste the contents of that file in the webui
Theese certs are generated on container install, delete the file if you want to generate new certs.
Readme
View on GitHubqBittorrent
qBittorrent - http://www.qbittorrent.org/
Running on the latest Phusion release (ubuntu 14.04), with qBittorrent 3.3.5
Pull image
docker pull mace/qbittorrent
Run container
docker run -d --net="bridge" -p 8080:8080 -p 6881:6881 --name=<container name> -v <path for qbit config files>:/config -v /etc/localtime:/etc/localtime:ro -v <path for download files>:/downloads -v <path for torrent watched files>:/downloads -e AUSER=<host user UID> -e AGROUP=<host user GID> mace/qbittorrent
Please replace all user variables in the above command defined by <> with the correct values.
-e AUSER=<host user UID> (match with the host users UID)
-e AGROUP=<host user GID> (match with the host users GID)
-e PIPEWORK=<yes> can be added to wait for network connection
Example
docker run -d --net="bridge" -p 8080:8080 -p 6881:6881 --name=qbittorrent -v /local_directory/downloads:/downloads -v /local_directory/config:/config -v /local_directory/watched:/watched -v /etc/localtime:/etc/localtime:ro -e AUSER=1000 -e AGROUP=1000 mace/qbittorrent
Additional notes
- WebUI http://localhost:8082 (admin / adminadmin)
- SSL certs are generated and can be found in /config/https_certs.txt (copy paste them in webgui if you want "https")
- The owner of the config directory needs sufficent permissions.
- If AUSER / AGROUP is not selected UID and GID will default to ("65534"/"100" Ubuntu defaults for user "nobody" and group "users")
Install qBittorrent on Unraid in a few clicks.
Find qBittorrent in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for qBittorrent Review the template variables and paths Click Install
Categories
Download Statistics
92,707
Total Downloads
8
This Month
35
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Repository
mace/qbittorrentLast Updated2016-06-27
First Seen2015-12-22
Runtime arguments
- Web UI
http://[IP]:[PORT:8082]- Privileged
- false