Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binhex/arch-deluge

Docker build script for Arch Linux base with Deluge
https://github.com/binhex/arch-deluge

deluge docker-image downloader torrents

Last synced: 10 days ago
JSON representation

Docker build script for Arch Linux base with Deluge

Awesome Lists containing this project

README

        

**Application**

[Deluge](http://deluge-torrent.org/)

**Description**

Deluge is a full-featured ​BitTorrent client for Linux, OS X, Unix and Windows. It uses ​libtorrent in its backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity. The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform.

**Build notes**

Latest stable Deluge release from Arch Linux repo.

**Usage**
```
docker run -d \
-p 8112:8112 \
-p 58846:58846 \
-p 58946:58946 \
--name= \
-v :/data \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e DELUGE_DAEMON_LOG_LEVEL= \
-e DELUGE_WEB_LOG_LEVEL= \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-deluge
```

Please replace all user variables in the above command defined by <> with the correct values.

**Access application**

`http://:8112`

**Example**
```
docker run -d \
-p 8112:8112 \
-p 58846:58846 \
-p 58946:58946 \
--name=deluge \
-v /apps/docker/deluge/data:/data \
-v /apps/docker/deluge/config:/config \
-v /etc/localtime:/etc/localtime:ro \
-e DELUGE_DAEMON_LOG_LEVEL=info \
-e DELUGE_WEB_LOG_LEVEL=info \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-deluge
```

**Notes**

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

```
id
```

Default password for the webui is "deluge"
___
If you appreciate my work, then please consider buying me a beer :D

[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)

[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=45820.0)