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.
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.htpasswdImportant: 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.