romancin / rutorrent-docker

A repository for creating a docker container including rtorrent with rutorrent interface.
22 stars 10 forks source link

.htpasswd file #94

Open klapvogn opened 2 years ago

klapvogn commented 2 years ago

Hello!

after i have changed password with : echo -n 'admin:' > /config/nginx/.htpasswd and libressl passwd -apr1 >> /config/nginx/.htpasswd i just get the pop-up window all the time to enter username and password ?

Jolly-Pirate commented 1 year ago

The .htpasswd file is used by nginx to authorize users, you have to enter the credentials when visiting the page in the browser. If you don't want to enter credentials all the time, you can create a bookmark like so http://user:password@page.url:port