mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
- Update sharex.sxcu version to 17.0.0 and add missing required fields - Update sharex12.sxcu with version field and required format - Add new sharex17.sxcu with complete v17+ format specification - Update svcs.html template to generate v17+ compatible configs - Update contrib/README.md with ShareX v17+ compatibility notes Fixes #325: ShareX v17 no longer supports .sxcu files generated before ShareX 12.4.0. All configuration files now use the modern format with proper version field, request method, body type, and response parsing syntax. Changes: - Version bumped from '15.0.0' to '17.0.0' - Added DestinationType for file/text uploads - Added RequestMethod, Body, Arguments fields - Added URL and ErrorMessage response parsing - Updated web template to match new format
20 lines
416 B
Plaintext
20 lines
416 B
Plaintext
{
|
|
"Version": "17.0.0",
|
|
"Name": "copyparty",
|
|
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
|
"RequestMethod": "POST",
|
|
"RequestURL": "http://127.0.0.1:3923/sharex",
|
|
"Parameters": {
|
|
"j": null
|
|
},
|
|
"Headers": {
|
|
"pw": "PUT_YOUR_PASSWORD_HERE_MY_DUDE"
|
|
},
|
|
"Body": "MultipartFormData",
|
|
"Arguments": {
|
|
"act": "bput"
|
|
},
|
|
"FileFormName": "f",
|
|
"URL": "{json:files[0].url}"
|
|
}
|