🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

peerflix-server-r

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peerflix-server-r

Personal Fork: Streaming torrent client for node.js with web ui.

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
18
12.5%
Maintainers
1
Weekly downloads
 
Created
Source

peerflix-server

Build Status

logo

Streaming torrent client for node.js with web ui.

screen capture

Based on torrent-stream, inspired by peerflix.

Usage

  • npm install -g peerflix-server
  • peerflix-server
  • Open your browser at http://localhost:9000/
  • Enjoy!

Configuration

You 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

Daemon

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.

Development

See Development.md

REST API

See REST.md

Keywords

bittorrent

FAQs

Package last updated on 10 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts