Skip to content

Kotaimen/rpi-deluge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Deluge

Deluge (BT Client) on Raspberry Pi, with samba server sharing downloaded torrents.

  • Install apt install docker-compose on raspbian.
  • Start service use docker-compose up -d, note the deluge server uses host network so 8112 port must be free.
  • Goto http://localhost:8112, login using password deluge.
  • Start and connect to the local deluged.
  • Configure the client on web console (downloaded files must be put in /root/Downloads as its mapping to ./downloads folder to be shared ).
  • Settings and local states are stored at ./config.

Build using:

`docker buildx bake`

NOTE: Samba dockerfile taken from: https://github.com/dperson/samba.

Releases

No releases published

Packages

No packages published