Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htpasswd not working #56

Open
carlzoo opened this issue Sep 13, 2018 · 3 comments
Open

htpasswd not working #56

carlzoo opened this issue Sep 13, 2018 · 3 comments

Comments

@carlzoo
Copy link

carlzoo commented Sep 13, 2018

Tried following the example and put .htpasswd in /downloads and ~/test/downloads, neither worked. The access to port 8080 page was left open without any authentication.

@bvn13
Copy link

bvn13 commented Dec 21, 2018

+1

@bvn13
Copy link

bvn13 commented Dec 21, 2018

@carlzoo, I got it!

all warks fine. Look at startup:
docker run -dt --name rtorrent-rutorrent -p 8080:80 -p 49160:49160/udp -p 49161:49161 -v ~/test:/downloads diameter/rtorrent-rutorrent:latest

here is a volume mounting -v ~/test:/downloads

in this case you must create a test directory into your HOME to be used for storing .htpasswd and mounting as /downloads inside docker

@bvn13
Copy link

bvn13 commented Dec 21, 2018

or you may replace ~/test with your full path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants