[GH-ISSUE #143] Block temporarily or permanently upload #333

Closed
opened 2026-03-15 03:02:11 +03:00 by kerem · 2 comments
Owner

Originally created by @leopedro95 on GitHub (May 19, 2018).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/143

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?

Originally created by @leopedro95 on GitHub (May 19, 2018). Original GitHub issue: https://github.com/asapach/peerflix-server/issues/143 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?
kerem 2026-03-15 03:02:11 +03:00
Author
Owner

@asapach commented on GitHub (May 20, 2018):

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
}
<!-- gh-comment-id:390443699 --> @asapach commented on GitHub (May 20, 2018): I haven't tried this, but there's a [torrent-stream](https://github.com/mafintosh/torrent-stream#engine--torrentstreammagnet_link_or_buffer-opts) option for that. Create `~/.config/peerflix-server/config.json` file with the following content and see if it works: ```json { "uploads": false } ```
Author
Owner

@leopedro95 commented on GitHub (May 20, 2018):

Working 100%
Tranks!

<!-- gh-comment-id:390452196 --> @leopedro95 commented on GitHub (May 20, 2018): Working 100% Tranks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#333
No description provided.