Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spritsail/deluge
The deluge torrent client and its web interface, wrapped in Docker.
https://github.com/spritsail/deluge
Last synced: 8 days ago
JSON representation
The deluge torrent client and its web interface, wrapped in Docker.
- Host: GitHub
- URL: https://github.com/spritsail/deluge
- Owner: spritsail
- Archived: true
- Created: 2016-05-20T13:49:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T12:19:51.000Z (over 4 years ago)
- Last Synced: 2024-08-01T12:15:40.192Z (3 months ago)
- Language: Dockerfile
- Homepage: https://deluge-torrent.org/
- Size: 40 KB
- Stars: 7
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[hub]: https://hub.docker.com/r/spritsail/deluge
[git]: https://github.com/spritsail/deluge
[drone]: https://drone.spritsail.io/spritsail/deluge
[mbdg]: https://microbadger.com/images/spritsail/deluge# [spritsail/Deluge][hub]
[![Layers](https://images.microbadger.com/badges/image/spritsail/deluge.svg)][mbdg]
[![Latest Version](https://images.microbadger.com/badges/version/spritsail/deluge.svg)][hub]
[![Git Commit](https://images.microbadger.com/badges/commit/spritsail/deluge.svg)][git]
[![Docker Pulls](https://img.shields.io/docker/pulls/spritsail/deluge.svg)][hub]
[![Docker Stars](https://img.shields.io/docker/stars/spritsail/deluge.svg)][hub]
[![Build Status](https://drone.spritsail.io/api/badges/spritsail/deluge/status.svg)][drone]A dockerfile to run the Deluge torent client, based on Alpine Linux.
It expects a partition to store data mapped to /config in the container, and a volume where your torrents should go stored at /media. Enjoy!This dockerfile uses a user with uid 902, and a gid of 900. Make sure this user has write access to the /config folder.
The uid can be overridden by the environment variables `$SUID` and `$SGID` respectively.## Example run command
```
docker run -d --restart=always --name=deluge -v host/path/to/config:/config -v host/path/to/downloads:/downloads -p 8112:8112 spritsail/deluge
```