• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#228 2026-01-19 18:29:31 +00:00
Open link, after a file is uploaded

@paolafrancesca commented on GitHub:

@jtagcat the version hostend on https://transfer.sh and the version in the repo if you self-host are different, so please give more details.

  1. what version…
michael commented on issue usnistgov/macos_security#170 2026-01-19 18:29:30 +00:00
Compliance percentage incorrect when exempted rules pass

@BrendaHubbell commented on GitHub:

Me va a tener que pagar!! Lol😜

michael opened issue usnistgov/macos_security#173 2026-01-19 18:29:30 +00:00
Ventura firewall mobileconfig fails to install
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#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

@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 usnistgov/macos_security#170 2026-01-19 18:29:30 +00:00
Compliance percentage incorrect when exempted rules pass

@bernstei commented on GitHub:

Thanks - I'll take a look at that branch.

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…

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 for the records: https://github.com/dutchcoders/transfer.sh/issues/490#issuecomment-1147456719 when proxying the transfer.sh service you have…

michael commented on issue usnistgov/macos_security#173 2026-01-19 18:29:30 +00:00
Ventura firewall mobileconfig fails to install

@bernstei commented on GitHub:

I have confirmed that adding EnableFirewall true does allow the mobileconfig to install, BTW.

michael commented on issue usnistgov/macos_security#173 2026-01-19 18:29:30 +00:00
Ventura firewall mobileconfig fails to install

@robertgendler commented on GitHub:

Good find. I guess we have to add the key to enable the firewall to this control.

Did we miss labeling the enable firewall with a stig label maybe?

michael opened issue dutchcoders/transfer.sh#227 2026-01-19 18:29:30 +00:00
Could not save metadata
michael commented on issue usnistgov/macos_security#173 2026-01-19 18:29:30 +00:00
Ventura firewall mobileconfig fails to install

@robertgendler commented on GitHub:

This is in dev_ventura_stig

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…