Dan6erbond / share-me

An image and video hosting platform for your server, with rich embed support and API.
https://dan6erbond.github.io/share-me/
MIT License
145 stars 10 forks source link

docs: ShareX Setup #37

Closed Ynd21 closed 1 year ago

Ynd21 commented 1 year ago
{
  "Version": "15.0.0",
  "Name": "Share Me",
  "DestinationType": "ImageUploader",
  "RequestMethod": "POST",
  "RequestURL": "https://Share-Me-Domain.com/api/posts",
  "Headers": {
    "Accept": "*/*",
    "Authorization": "YourTokenHere"
  },
  "Body": "MultipartFormData",
  "FileFormName": "files",
  "URL": "https://Share-Me-Domain.com/posts/{json:id}"
}

ShareX_rnuP7vwkjU

How to add

  1. Right click system tray icon
  2. Destinations
  3. Custom Uploader Settings
  4. (1) Import
  5. Paste from Clipboard
  6. (2) Ensure Method is POST
  7. (3) Change Domain in Request URL
  8. (4) Add API Token received from Share-Me
  9. (5) Update Domain URL with Share-Me Domain (can be made a variable if PostURL is an api response field 👀, one less thing to change)
  10. (6) Change Image Uploader to Share-Me
  11. Close window
Dan6erbond commented 1 year ago

Thanks so much! I am currently working on the documentation page with Next.js on 32-docs-add-docusaurus-project-with-installation-configuration-and-usage-instructions and will include your instructions for the ShareX integration!