Skip to content

joselee/bittornado-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Easily host a private bittorrent tracker and seed files on a linux server. The dockerfile is for the tracker, which runs bittornado. The bash script seedtorrent creates a .torrent file and starts seeding it with ctorrent.

Running your own bittorrent tracker

  • docker run -d --name tracker -p 6969:6969 joselee/bittornado-tracker

Installing seedtorrent

Using seedtorrent

  • seedtorrent fileOrFolder torrentName.torrent
  • now the .torrent file is ready to be distributed
Next steps

There's lots of room for improvement here. This was a really quick and dirty solution so that I could avoid using FTP.

  • seedtorrent installation and execution could be packaged into a docker container (would need to use shared volumes)
  • seedtorrent could host up a simple website that lists the .torrent files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages