Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 615 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 615 Bytes

katsuShareX

selfHost setting up

all you need to do is just "Cloning This repo." by using

git clone https://github.com/dethMastery/katsuShareX.git

and then setting up password in app.js

ShareX setting up

all you need for ShareX setting up is just copy this config and feel free to using shareX

{
  "Version": "14.1.0",
  "Name": "katsuCDN",
  "DestinationType": "ImageUploader",
  "RequestMethod": "POST",
  "RequestURL": "<HOST>/api/upload",
  "Headers": {
    "password": "<Password>"
  },
  "Body": "MultipartFormData",
  "FileFormName": "image",
  "URL": "{json:URL}"
}