Skip to content

nightfly19/docker-deluge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Deluge

Docker container for running a Deluge daemon and web GUI.

Building

Create the image nightfly/deluge by running this is the docker-deluge directory:

docker build --tag=nightfly/deluge

Volumes

Torrents

By default all torrent related data is stored in /torrents. In progress torrents live in /torrents/.in_progress, completed torrents live directly in /torrents/.

Configuration and State

Most configuration data lives in /config. The default web GUI password of deluge is retained. Setting changes won't persist across instances.

Deluge state information is redirected to live in /torrents/.state, so information about current running torrents should persist across instances. This might not be desirable for every use case.

Example Usage

The default password of deluge is not really secure. The intended usage is to only expose the web port to localhost, so that only people who have shell access to the host machine can SSH forward the relevant port to their local machine

$ docker run -d --name deluge -v /torrents:/torrents -u 1000 -p 127.0.0.1:8112:8112 nightfly/deluge

About

Docker container for running a Deluge daemon and webgui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages