asapach / peerflix-server

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

Mini admin PHP without forever to start peerflix all time (you can launch multiple instances) #152

Open Smax2k opened 6 years ago

Smax2k commented 6 years ago

Hello,

I love Peerflix-server but forever not working for me.

I create a mini admin with PHP, you need to install apache2 and php7.

fdgdgdf

In /var/www/html add this files :

mini-admin-peerflix-server.zip

Smax2k commented 6 years ago

You can use "screen" for run peerflix-server in background too.

asapach commented 6 years ago

You could probably publish this as a project on GitHub rather than a zip file. Somebody might find it useful.

Smax2k commented 6 years ago

Yes ok, you can run multiple instances and ports (the port is check if it already exists), but that's work only with the default User / Group of apache2 (i have no test with nginx). I have tested with a custom user and group but is not working, i dont no why (when I click on the file i have an error).