Skip to content

teuchezh/torrserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

torrserver

Unofficial Docker Image for TorrServer

"TorrServer, stream torrent to http"

More info:

Requirements

  • docker
  • ~200 Mb RAM for caching (tunable)

Installing

mkdir -p ~/torrserver/db
docker run -d --name=torrservermatrix --restart=unless-stopped -v ~/torrserver/db:/torrserver/db -v /etc/localtime:/etc/localtime:ro -p 8090:8090 solopasha/torrserver

Optional: For DLNA and UPnP port forwarding you need --net=host

Usage

Open localhost:8090 in your browser. Enjoy!

Torrent files(.torrent), placed in ~/torrserver/db will be added to torrserver automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%