• Joined on 2025-07-20
michael closed issue dutchcoders/transfer.sh#270 2026-01-19 18:29:41 +00:00
Annoying note popup on mobile
michael commented on issue usnistgov/macos_security#215 2026-01-19 18:29:41 +00:00
JCE CIS Level 1 Rules are showing 2.9.3 (Level 2)

@golbiga commented on GitHub:

Updated in monterey and Big Sur. Closing this issue. Thanks.

michael commented on issue usnistgov/macos_security#215 2026-01-19 18:29:41 +00:00
JCE CIS Level 1 Rules are showing 2.9.3 (Level 2)

@gsprague commented on GitHub:

@golbiga These will also need to be updated in the Big Sur and Monterey branches. They are showing up in JCE as rule #2.8.3.

michael commented on issue usnistgov/macos_security#216 2026-01-19 18:29:41 +00:00
auth_ssh_password_authentication_disable needs to be updated for Ventura

@robertgendler commented on GitHub:

DUPE! #223

michael commented on issue dutchcoders/transfer.sh#269 2026-01-19 18:29:41 +00:00
Missing percent-encoding of hashes (#) in returned URL

@JustAnotherArchivist commented on GitHub:

Oh, I see, didn't see that. We're running our own instance, but I guess the code isn't up-to-date then. Thanks!

michael commented on issue dutchcoders/transfer.sh#269 2026-01-19 18:29:41 +00:00
Missing percent-encoding of hashes (#) in returned URL

@paolafrancesca commented on GitHub:

@JustAnotherArchivist it was fixed month ago on codebase. I have no control on version deployed on https://tranfer.sh

michael commented on issue dutchcoders/transfer.sh#268 2026-01-19 18:29:41 +00:00
Automatic deletion?

@paolafrancesca commented on GitHub:

@JustAnotherArchivist for current codebase there's a X-Url-Delete delete header with an URL you can send a DELETE request to to delete the file

michael opened issue dutchcoders/transfer.sh#272 2026-01-19 18:29:41 +00:00
Fails on uploading favicon.ico
michael closed issue usnistgov/macos_security#219 2026-01-19 18:29:41 +00:00
Rules missing 800-53 references
michael commented on issue dutchcoders/transfer.sh#264 2026-01-19 18:29:40 +00:00
Option to disable the frontend

@mckaygerhard commented on GitHub:

umm, the frontend are not also a pure-cli solution.. that can be selfthosted?

michael commented on issue dutchcoders/transfer.sh#263 2026-01-19 18:29:40 +00:00
Download Button /get/xxx/file instead of /xxx/file

@paolafrancesca commented on GitHub:

the proxy probably doesn't set the referrer, what do you use as proxy?

michael commented on issue usnistgov/macos_security#212 2026-01-19 18:29:40 +00:00
os_sshd_fips_compliant remediate issue

@robertgendler commented on GitHub:

This is now merged into ventura

michael commented on issue dutchcoders/transfer.sh#263 2026-01-19 18:29:40 +00:00
Download Button /get/xxx/file instead of /xxx/file

@nachtswirdesdunkel commented on GitHub:

ok i tried it without proxy and the setup works as you decribe. Therefore the proxy does something disrupting the behaviour. thanks for the quick reply.

michael commented on issue dutchcoders/transfer.sh#262 2026-01-19 18:29:40 +00:00
Transfer.sh is currently down

@paolafrancesca commented on GitHub:

the repo is hosted on github and I'm the maintainer. I never had any control on https://transfer.sh that was maintained and hosted by dutchcoders but it is…

michael commented on issue dutchcoders/transfer.sh#262 2026-01-19 18:29:40 +00:00
Transfer.sh is currently down

@linuxct commented on GitHub:

Thank you, I've emailed storj to notify them.

michael commented on issue dutchcoders/transfer.sh#263 2026-01-19 18:29:40 +00:00
Download Button /get/xxx/file instead of /xxx/file

@nachtswirdesdunkel commented on GitHub:

i use apache proxy here the conf files

<VirtualHost *:80>
ServerName xxx
RewriteEngine on
RewriteCond %{SERVER_NAME} =xxx
RewriteRule ^…
michael commented on issue dutchcoders/transfer.sh#263 2026-01-19 18:29:40 +00:00
Download Button /get/xxx/file instead of /xxx/file

@paolafrancesca commented on GitHub:

@nachtswirdesdunkel the behaviour for donwload was changed originally (before I became maintainer) to limit some kind of abuse that happened on http://transfer…

michael commented on issue dutchcoders/transfer.sh#264 2026-01-19 18:29:40 +00:00
Option to disable the frontend

@paolafrancesca commented on GitHub:

@AlexGustafsson I don't understand what you refer to with frontend, can you explain more in details?

michael commented on issue dutchcoders/transfer.sh#264 2026-01-19 18:29:40 +00:00
Option to disable the frontend

@AlexGustafsson commented on GitHub:

Running the docker file, the service hosted a website (frontend). I’m interested in disabling said frontend and only allow the routes necessary for CLI…

michael commented on issue dutchcoders/transfer.sh#264 2026-01-19 18:29:40 +00:00
Option to disable the frontend

@AlexGustafsson commented on GitHub:

I am aware the service is on HTTP. I’d like an option to disable the routes for rendering the website itself.

Thanks for the heads up on the state of the…