Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Files

Latest commit

b67b4b4 · May 18, 2017

History

History

deluge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 18, 2017
May 1, 2017

Deluge is a lightweight, Free Software, cross-platform BitTorrent client.

  • Full Encryption
  • WebUI
  • Plugin System
  • Much more...

deluge

Usage

Volumes:

  • <path to deluge config>:/config deluge configs
  • <path to downloads>:/downloads torrent download directory

Variables:

  • PUID=<uid> See below for explanation
  • PGID=<gid> See below for explanation
  • TZ=<timezone> e.g. Europe/London
  • UMASK_SET=<umask> for umask setting of Deluge, optional, default if left unset is 022.

Ports:

  • 8112:8112
  • 58846:58846
  • 58946:58946
  • 58946:58496/udp

User / Group Identifiers

Sometimes when using data volumes, permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user PUID and group PGID. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.

Setting up the application

The admin interface is available at http://:8112 with a default user/password of admin/deluge.

To change the password (recommended) log in to the web interface and go to Preferences->Interface->Password.

Change the downloads location in the webui in Preferences->Downloads and use /downloads for completed downloads.