https://github.com/pboardman/deluge-web-docker
deluge with webUI docker image.
https://github.com/pboardman/deluge-web-docker
Last synced: 5 months ago
JSON representation
deluge with webUI docker image.
- Host: GitHub
- URL: https://github.com/pboardman/deluge-web-docker
- Owner: pboardman
- Created: 2016-08-23T20:03:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T20:16:42.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T18:50:11.373Z (over 1 year ago)
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deluge-web
## how to
build the image (or get it from [Docker Hub](https://hub.docker.com/u/lacsap/)) then mount the /data and /torrent volumes somewhere on your machine for example:
``` docker run -d -p=8112:8112 -v=/data/deluge-web:/data -v=/torrent_location:/torrent lacsap/deluge-web ```
- /torrent is the directory where the torrents will be downloaded.
- /data is the directory where the config will be stored.
- You need to change the torrents download location in the webUI to /torrent
- The default password for the webUI is "deluge"