asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 586 forks source link

Block temporarily or permanently upload #143

Closed leopedro95 closed 6 years ago

leopedro95 commented 6 years ago

Hello! Uploading is being a problem for me because I have limited bandwidth on my vps. I wonder if there is a possibility to block the upload and just leave the download?

asapach commented 6 years ago

I haven't tried this, but there's a torrent-stream option for that. Create ~/.config/peerflix-server/config.json file with the following content and see if it works:

{
  "uploads": false
}
leopedro95 commented 6 years ago

Working 100% Tranks!