• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#96 2026-01-19 18:28:57 +00:00
Would you mind adding an option to paste uri on the clipboard?

@tnfru commented on GitHub:

Linux equivalent is to pipe to xlip:

`transfer foo

michael commented on issue dutchcoders/transfer.sh#96 2026-01-19 18:28:57 +00:00
Would you mind adding an option to paste uri on the clipboard?

@paolafrancesca commented on GitHub:

@voyeg3r I'm going to close the issue.

Feel free to re-open if it's not solved for you

michael commented on issue dutchcoders/transfer.sh#96 2026-01-19 18:28:57 +00:00
Would you mind adding an option to paste uri on the clipboard?

@paolafrancesca commented on GitHub:

hello @voyeg3r I don't know notify-send, can you explain what's it?

as for copy to clipboard: `curl --upload-file ./hello.txt https://transfer.sh/hello.txt…

michael commented on issue usnistgov/macos_security#16 2026-01-19 18:28:57 +00:00
Typo in os_sshd_fips_compliant.yaml fix code

@golbiga commented on GitHub:

Just updated this in tahoe and sequoia. Thanks!

michael opened issue usnistgov/macos_security#19 2026-01-19 18:28:57 +00:00
system_settings_sleep_enforce rule has same detection limitations as os_sleep_and_display_sleep_apple_silicon_enable on Apple Silicon
michael opened issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?
michael opened issue usnistgov/macos_security#20 2026-01-19 18:28:57 +00:00
Enhanced Unification of Documentation and Scripting - Dev_2.0
michael opened issue dutchcoders/transfer.sh#99 2026-01-19 18:28:57 +00:00
how can delete a my file with curl
michael opened issue usnistgov/macos_security#21 2026-01-19 18:28:57 +00:00
Incorrect MacBook detection logic in os_sleep_and_display_sleep_apple_silicon_enable check script on Apple Silicon
michael closed issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP
michael closed issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?
michael closed issue usnistgov/macos_security#19 2026-01-19 18:28:57 +00:00
system_settings_sleep_enforce rule has same detection limitations as os_sleep_and_display_sleep_apple_silicon_enable on Apple Silicon
michael closed issue dutchcoders/transfer.sh#99 2026-01-19 18:28:57 +00:00
how can delete a my file with curl
michael closed issue usnistgov/macos_security#21 2026-01-19 18:28:57 +00:00
Incorrect MacBook detection logic in os_sleep_and_display_sleep_apple_silicon_enable check script on Apple Silicon
michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@toastie89 commented on GitHub:

@aspacca, thanks for the workaround! Having one container with HTTP_AUTH_USER and another with IP_WHITELIST pointing both to the same storage works fine.

michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@paolafrancesca commented on GitHub:

@michaelscl I see some value indeed, while I'm not sure about the extra complexity in configuration

just an idea at infra level: have you thought about…

michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@toastie89 commented on GitHub:

@aspacca nice idea, I will give it a try

michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@michaelscl commented on GitHub:

@aspacca Yes, this is a partial solution for me. For the convenience of uploading from our lan, I didn't want to use HTTP_AUTH at all. I use the program through…

michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@paolafrancesca commented on GitHub:

have you thought about hosting two instances pointing at the same storage, one with and one without upload authentication, and route to the second from the…

michael commented on issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?

@paolafrancesca commented on GitHub:

@joshspicer we support building from 1.15 till 1.18: https://github.com/dutchcoders/transfer.sh/blob/main/.github/workflows/test.yml#L16-L19

the releases…