8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
k44sh
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: