Caleb9 / downloader

Dockerized file downloader
GNU General Public License v3.0
2 stars 0 forks source link

Add a simple authentication to prevent unauthorized access #3

Open mohammadrafigh opened 1 year ago

mohammadrafigh commented 1 year ago

At the moment using this downloader on a VPS will let attackers download stuff on the server and fill the storage. There should be at list a simple config to add a username and password and some kind of rate limiting to authenticate and authorize the user. I will take care of its UI.

Caleb9 commented 1 year ago

Hi @mohammadrafigh, lately I'm a bit short on time, so it may take a while before I have a moment to sit on the project. But I'll think about the back-end part for this. Thanks.