Hi !
I would like to know how to make couchpotato accessible without having to enter a username or password.
I would like to make it accessible by an address like:
couchpotato.domain.fr
thank you in advance
Hi !
I would like to know how to make couchpotato accessible without having to enter a username or password.
I would like to make it accessible by an address like:
couchpotato.domain.fr
thank you in advance
I found the solution, It is necessary to replace in /etc/apache2/site-enabled/couchpotato.conf the the following lines:
AuthType Digest
AuthName "rutorrent"
AuthUserFile '/etc/htpasswd'
Require user cloudyflix
Replace with:
Require all granted
Hi again,
Another question on the same topic, would it be possible to request authentication only for the settings page?
To block access to the page: ip_adress / couchpotato / settings / general /
Thank you in advance !!