• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#194 2026-01-19 18:29:23 +00:00
Feature Request: environment variable for max storage size and duration.

@Leopere commented on GitHub:

So far no console errors or anything when I added the variables to clear once a day any files older than 30. We'll see!

michael commented on issue dutchcoders/transfer.sh#194 2026-01-19 18:29:23 +00:00
Feature Request: environment variable for max storage size and duration.

@Leopere commented on GitHub:

Thanks, I'll take a look.

On Mon, Jan 11, 2021 at 10:04 AM Andrea Spacca notifications@github.com wrote:

@Leopere https://github.com/Leopere I addeded the…

michael commented on issue dutchcoders/transfer.sh#194 2026-01-19 18:29:23 +00:00
Feature Request: environment variable for max storage size and duration.

@paolafrancesca commented on GitHub:

@Leopere I addeded the upload purge feature latest version (v1.2.1) has it working properly also for local storage

michael opened issue usnistgov/macos_security#143 2026-01-19 18:29:23 +00:00
feat: support syspolicy_check a new feature in Sonoma to determine if the provided macOS application will pass the current running configurations’ system policy.
michael closed issue usnistgov/macos_security#142 2026-01-19 18:29:23 +00:00
os_recovery_lock_enable should not have a manual tag
michael closed issue usnistgov/macos_security#143 2026-01-19 18:29:23 +00:00
feat: support syspolicy_check a new feature in Sonoma to determine if the provided macOS application will pass the current running configurations’ system policy.
michael closed issue usnistgov/macos_security#144 2026-01-19 18:29:23 +00:00
Configuration Profile Generation
michael opened issue dutchcoders/transfer.sh#196 2026-01-19 18:29:23 +00:00
What happened to transfer.sh??
michael opened issue dutchcoders/transfer.sh#197 2026-01-19 18:29:23 +00:00
405 error Method not allowed even if the site works
michael opened issue dutchcoders/transfer.sh#198 2026-01-19 18:29:23 +00:00
Go get downloads bin
michael closed issue dutchcoders/transfer.sh#196 2026-01-19 18:29:23 +00:00
What happened to transfer.sh??
michael closed issue dutchcoders/transfer.sh#197 2026-01-19 18:29:23 +00:00
405 error Method not allowed even if the site works
michael closed issue dutchcoders/transfer.sh#198 2026-01-19 18:29:23 +00:00
Go get downloads bin
michael commented on issue usnistgov/macos_security#143 2026-01-19 18:29:23 +00:00
feat: support syspolicy_check a new feature in Sonoma to determine if the provided macOS application will pass the current running configurations’ system policy.

@robertgendler commented on GitHub:

This isn't an issue with the project. This seems more useful as a discussion. Moving to that

michael commented on issue usnistgov/macos_security#142 2026-01-19 18:29:23 +00:00
os_recovery_lock_enable should not have a manual tag

@golbiga commented on GitHub:

Fixed in Sonoma and Ventura. manual was already removed in Monterey

michael opened issue usnistgov/macos_security#145 2026-01-19 18:29:23 +00:00
os_safari_javascript_enabled not detected properly
michael opened issue usnistgov/macos_security#146 2026-01-19 18:29:23 +00:00
Suppress Script Output Option
michael opened issue usnistgov/macos_security#147 2026-01-19 18:29:23 +00:00
pwpolicy_account_lockout_enforce issues with Sonoma
michael commented on issue dutchcoders/transfer.sh#197 2026-01-19 18:29:23 +00:00
405 error Method not allowed even if the site works

@paolafrancesca commented on GitHub:

@naguam HEAD request is not supported on /

only on these two path patterns: https://github.com/dutchcoders/transfer.sh/blob/master/server/server.go#L389…

michael commented on issue dutchcoders/transfer.sh#198 2026-01-19 18:29:23 +00:00
Go get downloads bin

@paolafrancesca commented on GitHub:

@naguam that's what go get is supposed to do: https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them

Get resolves and adds…