[GH-ISSUE #77] Add password #281

Open
opened 2026-03-15 02:50:15 +03:00 by kerem · 7 comments
Owner

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

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
Author
Owner

@Porco-Rosso commented on GitHub (Jun 7, 2016):

You should be able to do this by using a reverse proxy. Nginx is commonly used.

<!-- gh-comment-id:224322197 --> @Porco-Rosso commented on GitHub (Jun 7, 2016): You should be able to do this by using a reverse proxy. Nginx is commonly used.
Author
Owner

@asapach commented on GitHub (Jun 7, 2016):

Yeah, people have been asking this a couple of times: #18, #32 and #54

<!-- gh-comment-id:224339379 --> @asapach commented on GitHub (Jun 7, 2016): Yeah, people have been asking this a couple of times: #18, #32 and #54
Author
Owner

@whalehulk commented on GitHub (Oct 20, 2016):

why not addability to upload torrents directly to google drive

<!-- gh-comment-id:255097753 --> @whalehulk commented on GitHub (Oct 20, 2016): why not addability to upload torrents directly to google drive
Author
Owner
<!-- gh-comment-id:277067963 --> @maxerbox commented on GitHub (Feb 2, 2017): https://github.com/asapach/peerflix-server/wiki/How-to-put-a-password-on-peerflix-server
Author
Owner

@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.

<!-- gh-comment-id:277100545 --> @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.
Author
Owner

@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

<!-- gh-comment-id:277354099 --> @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
Author
Owner

@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.

<!-- gh-comment-id:277354498 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#281
No description provided.