Last active
March 31, 2020 19:55
-
-
Save ZackBoe/36ca0cfe75befc97111b36af46aa6bf9 to your computer and use it in GitHub Desktop.
ShareX Custom Uploader for Airlift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "12.4.1", | |
"Name": "airlift", | |
"DestinationType": "ImageUploader, TextUploader, FileUploader", | |
"RequestMethod": "POST", | |
"RequestURL": "https://YOUR.HOST/upload/file", | |
"Headers": { | |
"X-Airlift-Filename": "$filename$", | |
"X-Airlift-Password": "YOURPASSWORD" | |
}, | |
"Body": "Binary", | |
"URL": "https://$json:URL$" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated to reflect changes made for ShareX 12.4.x