Dockerized deluge 2.1.1 which can modify user-agent
5.0K
Please visit my GitHub repo.
This repository builds the source code of Deluge BitTorrent Client into Alpine/Edge packages (see releases) that will be used to serve Deluge in Alpine Docker containers. Before building, we made some small changes that are NOT appropriate to submit to the upstream repo:
Allow hacking User-agent: Because some PT sites don't support version 2.x.x, we had to modify the user-agent and peer-id accordingly.
Allow removing login for web UI: Since this package is intended to be use in a Docker container, login is not necessary (at least for me personally).
If that's not the case for you, please consider use linuxserver/deluge docker images.
docker pull dzhuang/docker-deluge:latest
Please navigate linuxserver/deluge to see on how to use the image.
| Name | User-agent | Peer-id |
|---|---|---|
| utorrentMac 1.6.4 | uTorrentMac/1640(27255) | -UM1640- |
| utorrent 2.2.1 | uTorrent/2210(25110) | -UT2210- |
| Transmission 2.11 | Transmission/2.11 | -TR2110- |
| Deluge 1.3.5 | Deluge/1350 | -DE1350- |
Ref: Make Your PeerID Your Choice.
deluge-2.1.1r4
Preferences -> Other -> Custom Deluge AgentPreferences -> Interface -> Skip Auth. Use this at you own risk.deluge-2.1.1r1
Content type
Image
Digest
sha256:e2bf96654…
Size
106.4 MB
Last updated
over 3 years ago
docker pull dzhuang/docker-deluge