• Joined on 2025-07-20
michael opened issue usnistgov/macos_security#172 2026-01-19 18:29:30 +00:00
os_policy_banner_ssh_configure fails on Ventura even after remediation
michael opened issue usnistgov/macos_security#174 2026-01-19 18:29:30 +00:00
compliance script should be able to say which rules fail
michael commented on issue dutchcoders/transfer.sh#224 2026-01-19 18:29:30 +00:00
How to show texts instead of download button?

@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

michael commented on issue dutchcoders/transfer.sh#224 2026-01-19 18:29:30 +00:00
How to show texts instead of download button?

@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…

michael closed issue usnistgov/macos_security#172 2026-01-19 18:29:30 +00:00
os_policy_banner_ssh_configure fails on Ventura even after remediation
michael commented on issue dutchcoders/transfer.sh#224 2026-01-19 18:29:30 +00:00
How to show texts instead of download button?

@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:…

michael closed issue usnistgov/macos_security#173 2026-01-19 18:29:30 +00:00
Ventura firewall mobileconfig fails to install
michael closed issue usnistgov/macos_security#174 2026-01-19 18:29:30 +00:00
compliance script should be able to say which rules fail
michael commented on issue dutchcoders/transfer.sh#224 2026-01-19 18:29:30 +00:00
How to show texts instead of download button?

@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…

michael commented on issue dutchcoders/transfer.sh#225 2026-01-19 18:29:30 +00:00
Can't configure nginx reverse proxy to transfer.sh

@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…

michael commented on issue dutchcoders/transfer.sh#225 2026-01-19 18:29:30 +00:00
Can't configure nginx reverse proxy to transfer.sh

@HamedSepehr 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

michael commented on issue dutchcoders/transfer.sh#223 2026-01-19 18:29:30 +00:00
Download links aren't resumable

@paolafrancesca commented on GitHub:

I can confirm that wget -c works properly

michael commented on issue dutchcoders/transfer.sh#223 2026-01-19 18:29:30 +00:00
Download links aren't resumable

@HamedSepehr commented on GitHub:

I don't how I should test that... So far I have tested aria2c -c, wget -c and IDM and none of them was able to resume download.

michael commented on issue dutchcoders/transfer.sh#225 2026-01-19 18:29:30 +00:00
Can't configure nginx reverse proxy to transfer.sh

@paolafrancesca commented on GitHub:

thanks @vyachkonovalov for the support

michael commented on issue dutchcoders/transfer.sh#223 2026-01-19 18:29:30 +00:00
Download links aren't resumable

@paolafrancesca commented on GitHub:

@HamedSepehr I assume that you are talking about your own hosted service, not the one on https://transfer.sh

michael commented on issue dutchcoders/transfer.sh#223 2026-01-19 18:29:30 +00:00
Download links aren't resumable

@paolafrancesca commented on GitHub:

if the request for the resumed download has Range header it should work out of the box, can you please test?

michael commented on issue dutchcoders/transfer.sh#225 2026-01-19 18:29:30 +00:00
Can't configure nginx reverse proxy to transfer.sh

@crabvk commented on GitHub:

--listener's value has a colon before port number. I spent half an hour trying to figure out what's wrong, because transfer.sh doesn't show any error in case you…

michael commented on issue dutchcoders/transfer.sh#223 2026-01-19 18:29:30 +00:00
Download links aren't resumable

@HamedSepehr commented on GitHub:

My bad... Yes I'm talking about my own hosted service which is behind nginx reverse proxy, even when it wasn't behind proxy its links weren't resumable.

michael commented on issue dutchcoders/transfer.sh#223 2026-01-19 18:29:30 +00:00
Download links aren't resumable

@paolafrancesca commented on GitHub:

@HamedSepehr did it work?

michael commented on issue dutchcoders/transfer.sh#223 2026-01-19 18:29:30 +00:00
Download links aren't resumable

@HamedSepehr commented on GitHub:

@HamedSepehr did it work?

I couldn't make transfer.sh links resumable, instead I changed my configuration in a way that transfer.sh files are accessible…