Skip to content

JamoBox/TorrentBOX

 
 

Repository files navigation

Fork of TorrentBOX to add Docker support and additional functionality.

TorrentBOX

Multi-user based torrent download and sharing application written in Django

Screenshot

Demo

Quick Start

  • On first run:
docker-compose up -d
docker-compose exec web makemigrations
docker-compose exec torrentbox makemigrations
docker-compose exec web migrate
docker-compose exec torrentbox migrate
docker-compose exec web createsuperuser

Afterwards, you can simply run with:

docker-compose up

NOTE: This is only for test. If you want to deploy it, use Django with other web servers like Apache or Nginx.

License

MIT

About

Multi-user based torrent download and sharing application written in Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 70.8%
  • HTML 15.3%
  • JavaScript 7.6%
  • CSS 6.3%