Streaming torrent client for node.js with web ui.

Based on torrent-stream, inspired by peerflix.
npm install -g peerflix-serverpeerflix-serverYou can configure the application using ~/.config/peerflix-server/config.json file (doesn't exist by default). The options are passed to all torrent-stream instances. Here's an example that overrides the defaults:
{
"connections": 50,
"tmp": "/mnt/torrents"
}
The application stores its current state (list of torrents) in ~/.config/peerflix-server/torrents.json
If you want to run peerflix-server as a daemon, you can do it using forever:
npm install -g forever
forever start /usr/local/bin/peerflix-server (the path depends on your distribution and npm configuration)
You might also want to enable logging -- see the docs.
See Development.md
See REST.md
Content type
Image
Digest
sha256:22b86530d…
Size
434.7 MB
Last updated
almost 11 years ago
docker pull fish/peerflix-server