"TorrServer, stream torrent to http"
More info:
- docker
- ~200 Mb RAM for caching (tunable)
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/torrserverOptional:
For DLNA and UPnP port forwarding you need --net=host
Open localhost:8090 in your browser. Enjoy!
Torrent files(.torrent), placed in ~/torrserver/db will be added to torrserver automatically.