(支持边下载,边播放,我就喜欢这一点。)
Streaming torrent client for Node.js with web ui.
![Build Status](https://camo.githubusercontent.com/275f756ce5c53e712b0ea51bfead2b46e890670f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f617361706163682f70656572666c69782d7365727665722e7376673f7374796c653d666c6174)
You can also change the default port by setting
The application stores its current state (list of torrents) in
You might also want to enable logging -- see the docs.
(我的情形:
root@localhost:~# which peerflix-server
/root/.nvm/versions/node/v6.9.0/bin/peerflix-server
root@localhost:~# forever start /root/.nvm/versions/node/v6.9.0/bin/peerflix-server )
from https://github.com/asapach/peerflix-server
-----------
peerflix-server的docker版
docker pull asapach/peerflix-server
from https://hub.docker.com/r/asapach/peerflix-server/
https://hub.docker.com/r/asapach/peerflix-server/~/dockerfile/
镜像:docker pull fish/peerflix-server
端口:9000 TCP
---------------
Streaming torrent client for Node.js with web ui.
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"
}
PORT
environment variable:PORT=1234 peerflix-server
# or on windows
SET PORT=1234
peerflix-server
~/.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 $(which peerflix-server)
(我的情形:
root@localhost:~# which peerflix-server
/root/.nvm/versions/node/v6.9.0/bin/peerflix-server
root@localhost:~# forever start /root/.nvm/versions/node/v6.9.0/bin/peerflix-server )
FAQ
How do I add password protection?Development
See Development.mdREST API
See REST.mdDocker
See Docker.mdfrom https://github.com/asapach/peerflix-server
-----------
peerflix-server的docker版
docker pull asapach/peerflix-server
from https://hub.docker.com/r/asapach/peerflix-server/
https://hub.docker.com/r/asapach/peerflix-server/~/dockerfile/
镜像:docker pull fish/peerflix-server
端口:9000 TCP
---------------
No comments:
Post a Comment