8000 password authentication does not work · Issue #12 · k44sh/rutorrent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

password authentication does not work #12

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

Open
YaPaY opened this issue Mar 24, 2025 · 1 comment
Open

password authentication does not work #12

YaPaY opened this issue Mar 24, 2025 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@YaPaY
Copy link
YaPaY commented Mar 24, 2025

container /passwd mounted to synology password folder succsessfully and if I do ls I can see the 3 files and each one included user:pass(hash)

but rutorrent does not ask any autharization and if I see the logs I can not see any entry about passwd

@k44sh k44sh self-assigned this May 11, 2025
@k44sh
Copy link
Owner
k44sh commented May 11, 2025

Hi @YaPaY,

Normally with this command you can easily create your user:

docker run --rm -it httpd:2.4-alpine htpasswd -Bbn user password >> $(pwd)/passwd/rutorrent.htpasswd

The file should look like this:

user:$2y$05$LOhPgFJJKfESCrbYAEfbXuyQ6GvjyQOuDYC2qTZKGOl7iGj4utdHG

If this doesn't work, check that the volume is turned up in the right place.

@k44sh k44sh added the help wanted Extra attention is needed label May 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants
0