Public Seedbox User

Is there a way for us to create a user that doesn’t need a password when doing http download? Sometimes I download through phone and .htaccess doesnt work with my downloader.

I have tried https://plaza.quickbox.io/t/downloads-folder-access-to-public/259/8 and https://plaza.quickbox.io/t/remove-pass-for-download-directory/745/2 but it’s also giving me forbidden access.

The solution there is unfortunately a bit outdated and for older versions of apache. Instead of

  allow from all

the correct config is:

Require all granted
1 Like

AllowOverride All
Require all granted

Worked. Thanks

where is the htaccess located for the downloads ?

QuickBox doesn’t really use .htaccess, there is just one in the /srv/rutorrent folder.

If you mean the config files, they are in /etc/apache2/sites-enabled