From 2527e90325dd88d3d4a435593b99930575ab316d Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 9 Mar 2024 22:11:35 +0000 Subject: [PATCH] sharex: backport to v12.1 due to controversial changes in sharex v12.2, something about removing ctrl-scrolling through options while capturing, idk --- contrib/README.md | 2 ++ contrib/sharex12.sxcu | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 contrib/sharex12.sxcu diff --git a/contrib/README.md b/contrib/README.md index 1dab4824..01a175f2 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -16,6 +16,8 @@ * sharex config file to upload screenshots and grab the URL * `RequestURL`: full URL to the target folder * `pw`: password (remove the `pw` line if anon-write) +* the `act:bput` thing is optional since copyparty v1.9.29 +* using an older sharex version, maybe sharex v12.1.1 for example? dw fam i got your back 👉😎👉 [`sharex12.sxcu`](sharex12.sxcu) ### [`send-to-cpp.contextlet.json`](send-to-cpp.contextlet.json) * browser integration, kind of? custom rightclick actions and stuff diff --git a/contrib/sharex12.sxcu b/contrib/sharex12.sxcu new file mode 100644 index 00000000..297eed50 --- /dev/null +++ b/contrib/sharex12.sxcu @@ -0,0 +1,13 @@ +{ + "Name": "copyparty", + "DestinationType": "ImageUploader, TextUploader, FileUploader", + "RequestURL": "http://127.0.0.1:3923/sharex", + "FileFormName": "f", + "Arguments": { + "act": "bput" + }, + "Headers": { + "accept": "url", + "pw": "PUT_YOUR_PASSWORD_HERE_MY_DUDE" + } +}