mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
sharex: backport to v12.1 due to controversial changes in sharex v12.2, something about removing ctrl-scrolling through options while capturing, idk
This commit is contained in:
parent
7f08f10c37
commit
2527e90325
|
@ -16,6 +16,8 @@
|
||||||
* sharex config file to upload screenshots and grab the URL
|
* sharex config file to upload screenshots and grab the URL
|
||||||
* `RequestURL`: full URL to the target folder
|
* `RequestURL`: full URL to the target folder
|
||||||
* `pw`: password (remove the `pw` line if anon-write)
|
* `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)
|
### [`send-to-cpp.contextlet.json`](send-to-cpp.contextlet.json)
|
||||||
* browser integration, kind of? custom rightclick actions and stuff
|
* browser integration, kind of? custom rightclick actions and stuff
|
||||||
|
|
13
contrib/sharex12.sxcu
Normal file
13
contrib/sharex12.sxcu
Normal file
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue