Elektrine lite

← Feed

@dillo@fosstodon.org

Post #1073797

2026-04-07 18:00 UTC

The nice 0x0.st paste service has disabled new uploads: % curl -F 'file=@/dev/null' https://0x0.st uploads disabled because it’s been almost nothing but AI botnet spam for the past few months. will be back with a few changes at some point. no ETA. Do you know any other paste service that works without JS (i.e. using curl) in the meanwhile?

Replies (6)

  • @pkw@snac.d34d.net 2026-04-07 18:14

    Challenge accepted. I have been programming all of my web stuff to not use any javascript while still allowing helpful things like "select all".

    Open ##1073817

  • @raichu@hachyderm.io 2026-04-07 18:16

    @dillo There are several PrivateBin clients that work with the CLI. It's not a solution if you want to use curl specifically though, as it is an e2ee service that requires the client to encrypt data before uploading it. https://github.com/PrivateBin/PrivateBin/wiki/Third-party-clients

    Open ##1073824

  • @Roodie@social.vivaldi.net 2026-04-07 18:19

    @dillo Self-hosting is not an option?

    Open ##1073825

  • @smyru@social.vivaldi.net 2026-04-07 18:47

    @dillo I believe the original paste does work without JS. In my previous job I had a curl search wrapper to publish sample into it.

    Open ##1073826

  • @zyd@yap.zyd.lol 2026-04-07 18:27

    @dillo https://catbox.moe (they also have web upload, and a nojs web upload version). To upload via curl: curl -F "reqtype=fileupload" -F "fileToUpload=@some-file.txt" https://catbox.moe/user/api.php

    Open ##1452086

  • @sigrid@nein.ftrv.se 2026-04-07 18:35

    @dillo okturing.com For text.

    Open ##1452118