All Projects → binhex → arch-deluge

binhex / arch-deluge

Licence: GPL-3.0 License
Docker build script for Arch Linux base with Deluge

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to arch-deluge

Arch Delugevpn
Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
Stars: ✭ 404 (+3266.67%)
Mutual labels:  downloader, torrents, deluge
Deluge Webapi
Plugin for Deluge WebUI providing sane JSON API
Stars: ✭ 90 (+650%)
Mutual labels:  torrents, deluge
Arch Rtorrentvpn
Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
Stars: ✭ 185 (+1441.67%)
Mutual labels:  downloader, torrents
deluge-updatorr
Deluge plugin for automatic torrents updates
Stars: ✭ 19 (+58.33%)
Mutual labels:  torrents, deluge
Fbiwarning
Node.js seed downloader (Node.js 种子神器)
Stars: ✭ 44 (+266.67%)
Mutual labels:  downloader, torrents
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (+166.67%)
Mutual labels:  torrents, deluge
torrentmonitor-dockerized
No description or website provided.
Stars: ✭ 19 (+58.33%)
Mutual labels:  torrents
URTube
URTube, a YouTube video to MP3 downloader built in NodeJs and Electron
Stars: ✭ 20 (+66.67%)
Mutual labels:  downloader
deluge exporter
Prometheus exporter for the Deluge BitTorrent client
Stars: ✭ 24 (+100%)
Mutual labels:  deluge
deluge
Deluge API wrapper
Stars: ✭ 15 (+25%)
Mutual labels:  deluge
dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (+125%)
Mutual labels:  downloader
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (+116.67%)
Mutual labels:  downloader
py3createtorrent
Create torrents via command line!
Stars: ✭ 16 (+33.33%)
Mutual labels:  torrents
MagPiDownloader
Downloads all the Mag Pi (Raspberry Pi Magazine) on your Windows, Mac OS or Linux or with Docker
Stars: ✭ 70 (+483.33%)
Mutual labels:  downloader
Treehouse-dl
Scipt allow download treehouse all videos and other stuff :3
Stars: ✭ 21 (+75%)
Mutual labels:  downloader
BPDownloadsGUI
A easy to use Downloader UI
Stars: ✭ 26 (+116.67%)
Mutual labels:  downloader
dezoomify-extension
A browser extension to detect zoomable images in web pages and downloading them with dezoomify
Stars: ✭ 23 (+91.67%)
Mutual labels:  downloader
luscious-downloader
🖼CLI tool for downloading albums from Luscious
Stars: ✭ 35 (+191.67%)
Mutual labels:  downloader
BugsPy
BugsPy is a tool for downloading streamable tracks from Bugs.co.kr
Stars: ✭ 23 (+91.67%)
Mutual labels:  downloader
img-cli
An interactive Command-Line Interface Build in NodeJS for downloading a single or multiple images to disk from URL
Stars: ✭ 15 (+25%)
Mutual labels:  downloader

Application

Deluge

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=<container name> \
    -v <path for data files>:/data \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e DELUGE_DAEMON_LOG_LEVEL=<critical|error|warning|info|debug> \
    -e DELUGE_WEB_LOG_LEVEL=<critical|error|warning|info|debug> \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-deluge

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

Access application

http://<host ip>: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 <username>

Default password for the webui is "deluge"


If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].