Skip to content

Instantly share code, notes, and snippets.

@ZackBoe
Last active March 31, 2020 19:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZackBoe/36ca0cfe75befc97111b36af46aa6bf9 to your computer and use it in GitHub Desktop.
Save ZackBoe/36ca0cfe75befc97111b36af46aa6bf9 to your computer and use it in GitHub Desktop.
ShareX Custom Uploader for Airlift
{
"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$"
}
@ZackBoe
Copy link
Author

ZackBoe commented Dec 9, 2018

May have to rename this file to airlift.sxcu

@ZackBoe
Copy link
Author

ZackBoe commented Feb 23, 2019

Updated to reflect changes made for ShareX 12.4.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment