About Deluge
Deluge is a lightweight, free and open-source, cross-platform BitTorrent client written in Python.
Website: https://deluge-torrent.org/
User Guide: https://dev.deluge-torrent.org/wiki/UserGuide
Git Repository: https://git.deluge-torrent.org/deluge
The installation of Deluge within the QuickBox environment will install both the Deluge Daemon as well as the Deluge-Web interface.
Deluge v1 to be sunset in future QB versions
In future releases of QuickBox Pro we will be phasing out version 1 on Deluge from the supported application lineup. This decision is based on several factors. The most important are listed below.
- Deluge v2 is stable and has become more widely supported and rapidly becoming the preferred version to install.
- version 1 of Deluge runs on python2. This could become an issue in the future as python2 is being deprecated from upstream maintainers to make use of the more current python3. Deluge version 2 runs on the latest python3.
This does not imply that Deluge version 1 does not work. However, any issues faced within the application will receive no support as we highly recommend Deluge v2.
The decision to remove Deluge version 1 from future iterations of the QuickBox environment are not up for discussion or debate. Any installations of Deluge v1 will continue working and can be updated to v2 at any time. In short, we will simply remove the ability to install version 1 in future releases of QuickBox.
Deluge Details
Deluge
User availability .G. | |
This is a global application. Can be installed by Admin user and will be installed for all existing and new users. |
Install Location | /usr/bin/ |
Config Location | /home/${username}/.config/deluge/ |
Nginx Location | /etc/nginx/apps/${username}.deluge.conf |
Service Location | |
Deluge Daemon | /etc/systemd/system/[email protected] |
Deluge Web | /etc/systemd/system/[email protected] |
Deluge Daemon Port | Autogenerated between 59000-65535 |
Deluge Web Port | Autogenerated between 10001-11000 |
### INSTALL qb install deluge 1 qb install deluge 2 ### UNINSTALL qb remove deluge 1 qb remove deluge 2 ### REINSTALL qb reinstall deluge 1 qb reinstall deluge 2 ### UPGRADE qb update deluge 1 upgrade ### UPDATE qb update deluge 1 qb update deluge 2
Knowledge Base Articles
- Where
1
and2
are the preferred version of Deluge. - The
qb update deluge 1 upgrade
command is reserved solely for upgrading from Deluge v1 to Deluge v2