Post #1073797
2026-04-07 18:00 UTC
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".
-
@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
-
@Roodie@social.vivaldi.net 2026-04-07 18:19
@dillo Self-hosting is not an option?
-
@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.
-
@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
-
@sigrid@nein.ftrv.se 2026-04-07 18:35
@dillo okturing.com For text.