mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #191] No Web UI only REST api? #367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @glblduh on GitHub (Mar 3, 2021).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/191
Is there a way to disable the web ui and only have the REST api running?
@asapach commented on GitHub (Mar 3, 2021):
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 on GitHub (Mar 4, 2021):
Thanks, I'll try it tomorrow.
@glblduh commented on GitHub (Mar 6, 2021):
Update it works, but I edited the files rather than making a fork.