dutchcoders / transfer.sh

Easy and fast file sharing from the command-line.
https://github.com/dutchcoders/transfer.sh
MIT License
15.09k stars 1.54k forks source link

http-auth doesn't seem to work #571

Closed YasenMakioui closed 1 year ago

YasenMakioui commented 1 year ago

I've been trying to run the transfersh Docker image using --http-auth-user and http-auth-pass.

It's suposed to ask for credentials on upload, but it doesn't.

This didn't happen over 5/6 months ago since I ran the same command and the basic-auth was working fine.

The command I'm executing is:

docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp --http-auth-user test http-auth-pass test
aspacca commented 1 year ago

please. pull dutchcoders/transfer.sh:latest again, this was raised on https://github.com/dutchcoders/transfer.sh/issues/563 and fixed in 1.6.0

YasenMakioui commented 1 year ago

Woah! Nice!

I was using another version. I tried the latest version a month or two ago.

Thanks for the support!!!!