mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #77] Add password #281
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 @yas9999 on GitHub (Jun 7, 2016).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/77
Hello,
i wonder if there is any possibility to protect my server with user & pass just in example.com:9000
& not download link.
best regards
@Porco-Rosso commented on GitHub (Jun 7, 2016):
You should be able to do this by using a reverse proxy. Nginx is commonly used.
@asapach commented on GitHub (Jun 7, 2016):
Yeah, people have been asking this a couple of times: #18, #32 and #54
@whalehulk commented on GitHub (Oct 20, 2016):
why not addability to upload torrents directly to google drive
@maxerbox commented on GitHub (Feb 2, 2017):
https://github.com/asapach/peerflix-server/wiki/How-to-put-a-password-on-peerflix-server
@asapach commented on GitHub (Feb 2, 2017):
@maxerbox, thanks, I'll put it into FAQ.
Squid is not ideal, though, because it doesn't proxy websockets. If somebody could come up with a similar guide for nginx or other reverse proxies that would be great.
@maxerbox commented on GitHub (Feb 3, 2017):
@asach You're welcome ! Looks like it's working without websockets. The frames are converted to http request : https://i.imgur.com/teF9g4l.png
I'm too busy to create a nginx tutorial : I'm currently watching a movie with peerflix server :P
@asapach commented on GitHub (Feb 3, 2017):
Yeah, socket.io falls back to long-polling, etc. so it's working, but as I said it's not ideal.
Thanks again.