Skip to content

Not ask for user and password with user in rutorrent.htpasswd #495

@jjaviercs

Description

@jjaviercs

I'm starting this thread because basic authentication wasn't working for me, but I've already managed to solve it, you enable it with this, then restart the container

docker run --rm -it httpd:2.4-alpine htpasswd -Bbn testuser testpassword >> /volume1/docker/rutorrent/password/rutorrent.htpasswd

Important: If you don't restart the container, it won't ask for a password.

Replace testuser and testpassword with your username and password, and replace /volume1/docker/rutorrent/password with the path to your password folder.

Best regards.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions