• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#273 2026-01-19 18:29:42 +00:00
down ?

@ChadTaljaardt commented on GitHub:

Nope, back up.

michael commented on issue usnistgov/macos_security#218 2026-01-19 18:29:42 +00:00
icloud_appleid_system_settings_disable checking script seems to be returning inconsistent data

@cipineda commented on GitHub:

I tried this on Ventura 13.0 22A380 and the same behavior occurs.

michael commented on issue dutchcoders/transfer.sh#273 2026-01-19 18:29:42 +00:00
down ?

@linuxct commented on GitHub:

Agreed with @JustAnotherArchivist, I also came here and opened a new issue without checking previous ones such as this one, so I'm the one to be blamed. Indeed they…

michael commented on issue usnistgov/macos_security#218 2026-01-19 18:29:42 +00:00
icloud_appleid_system_settings_disable checking script seems to be returning inconsistent data

@cipineda commented on GitHub:

I am running with sudo.

michael closed issue dutchcoders/transfer.sh#274 2026-01-19 18:29:42 +00:00
Lack of compatibility with reverse proxy
michael opened issue usnistgov/macos_security#221 2026-01-19 18:29:42 +00:00
Profiles with multiple disabled Pref Panes keys not detected
michael opened issue usnistgov/macos_security#222 2026-01-19 18:29:42 +00:00
Big Sur Compliance Script Error
michael closed issue usnistgov/macos_security#220 2026-01-19 18:29:42 +00:00
Fix CIS mappings from new draft
michael closed issue usnistgov/macos_security#221 2026-01-19 18:29:42 +00:00
Profiles with multiple disabled Pref Panes keys not detected
michael closed issue usnistgov/macos_security#222 2026-01-19 18:29:42 +00:00
Big Sur Compliance Script Error
michael commented on issue usnistgov/macos_security#222 2026-01-19 18:29:42 +00:00
Big Sur Compliance Script Error

@paparooky commented on GitHub:

@golbiga That does the trick. Thanks!

michael commented on issue dutchcoders/transfer.sh#274 2026-01-19 18:29:42 +00:00
Lack of compatibility with reverse proxy

@theAkito commented on GitHub:

@aspacca Indeed, setting proxy_set_header Host $host; within my vhost file helped. The only problems remaining are

  1. It prints `http://mydomain.com/qwert/filenam…
michael commented on issue dutchcoders/transfer.sh#274 2026-01-19 18:29:42 +00:00
Lack of compatibility with reverse proxy

@paolafrancesca commented on GitHub:

transfer.sh supported proxy host rewriting since before I became maintainer of the project. I use exactly in a proxy configuration with nginx and the url…

michael commented on issue dutchcoders/transfer.sh#274 2026-01-19 18:29:42 +00:00
Lack of compatibility with reverse proxy

@theAkito commented on GitHub:

then you don't need --proxy-path param bust just to instruct your proxy to set the host header as the same as the domain of the proxy as I wrote…

michael commented on issue dutchcoders/transfer.sh#276 2026-01-19 18:29:42 +00:00
Support for customized subroute?

@lucernae commented on GitHub:

@aspacca

the basic difference between our solutions is that I use the param only for build the output urls (in the frontend template and in the curl output,…

michael commented on issue dutchcoders/transfer.sh#274 2026-01-19 18:29:42 +00:00
Lack of compatibility with reverse proxy

@theAkito commented on GitHub:

`

michael commented on issue dutchcoders/transfer.sh#276 2026-01-19 18:29:42 +00:00
Support for customized subroute?

@lucernae commented on GitHub:

Thanks @aspacca I will test that tomorrow.

michael commented on issue dutchcoders/transfer.sh#276 2026-01-19 18:29:42 +00:00
Support for customized subroute?

@paolafrancesca commented on GitHub:

@lucernae any feedback?

michael commented on issue dutchcoders/transfer.sh#276 2026-01-19 18:29:42 +00:00
Support for customized subroute?

@paolafrancesca commented on GitHub:

@lucernae I should have fixed everything you reported in the branch for the issue also handling proxy path in tar/gz/zip handlers

michael commented on issue dutchcoders/transfer.sh#274 2026-01-19 18:29:42 +00:00
Lack of compatibility with reverse proxy

@paolafrancesca commented on GitHub:

@Akito13 pass this params to transfer.sh

--tls-listener (whatever you have now as listener)
--tls-listener-only
--tls-cert-file (path to the…