@paolafrancesca commented on GitHub:
I can confirm that wget -c works properly
@khvnhtung commented on GitHub:
<img width="1125" alt="Screen Shot 2020-03-15 at 21 10 00" src="https://user-images.githubusercontent.com/33808069/76703087-55c7b100-6701-11ea-818c-d91b9cb22261.png…
@crabvk commented on GitHub:
Try to add trailing slashes, one for location location /transfer/, another for proxy_pass proxy_pass http://vps_ip:8081/;
Also remove Upgrade header.
Or you…
@HamedSepehr commented on GitHub:
Try to add trailing slashes, one for location
location /transfer/, another for proxy_passproxy_pass http://vps_ip:8081/;Also removeUpgrade…
@bernstei commented on GitHub:
It's working now - weird.
@bernstei commented on GitHub:
Hmm - the i386 tag is there on Big Sur and Monterey, but I'm sure I've gotten this showing up as a rule failure on M1 macs, because I had to track it down and…
@bernstei commented on GitHub:
Thanks - I'll take a look at that branch.
@BrendaHubbell commented on GitHub:
Me va a tener que pagar!! Lol😜
@paolafrancesca commented on GitHub:
@khvnhtung the right tag is v1.1.6
please, use dutchcoders/transfer.sh:vX.Y.Z instead of latest since you'll be sure to have a proper release
@paolafrancesca commented on GitHub:
@khvnhtung please, provide some steps to reproduce the issue. maybe a screenshot as well in the preview page with the download button there should be the…
@paolafrancesca commented on GitHub:
it seems that lstat on the saved file (that will return the content type of the file to enable content preview) fails when running in the docker container:…