asapach / peerflix-server

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

No Web UI only REST api? #191

Closed glblduh closed 3 years ago

glblduh commented 3 years ago

Is there a way to disable the web ui and only have the REST api running?

asapach commented 3 years ago

Your best option probably would be to create a fork and remove these lines: https://github.com/asapach/peerflix-server/blob/master/server/bin.js#L12-L14 If you think this would be useful as a CLI option, you could create a PR.

glblduh commented 3 years ago

Thanks, I'll try it tomorrow.

glblduh commented 3 years ago

Update it works, but I edited the files rather than making a fork.