@paolafrancesca commented on GitHub:
nice idea @fireonlive , I will look into it
if you are able on your own you can create a PR on the [transfer.sh-web](https://github.com/dutchcoders/transfer…
@AwesomeKalin commented on GitHub:
I just couldn't access the site. Maybe something else broke between me and the site...
@stefanbenten commented on GitHub:
Could you kindly upload a file and either send it via the support link on the homepage or link it here that shows this problem? We have tried it on several…
@hgezim commented on GitHub:
Can't reproduce at this point. It was a .tar.gz file for what it's worth.
On Tue, Jun 27, 2023 at 6:35 PM, Stefan Benten < @.*** > wrote:
…
@odoucet commented on GitHub:
Thanks! I'll wait for https://hub.docker.com/r/dutchcoders/transfer.sh to be updated and I'll confirm to you if it is fixed :)
@paolafrancesca commented on GitHub:
@odoucet can you please share how do you launch your docker container?
either cli command line for docker run, your docker-compose file, or whatever? :)
@paolafrancesca commented on GitHub:
woha! there was a huge bug in the basic auth logic since #537 !
glad you reported @odoucet
fixed in #564
@JSBmanD commented on GitHub:
@aspacca thank you, it worked!
Just for future I'll post ready yml config:
version: "3"
services:
transfer-sh:
image: dutchcoders/transfer.sh:latest…
@paolafrancesca commented on GitHub:
@JSBmanD not sure how it worked before, since there's no sh binary in the image (it's based on scratch: only transfer.sh binary)
the proper command…