Skip to content

nugthan/sharex-uploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharex-uploader

Sample config.json

{
    "key": "supersecretkey",
    "port": 80,
    "uploadDir": "u/",
    "allowedExtensions": [
        "png",
        "gif",
        "jpg",
        "mp4",
        "mov",
        "mp3",
        "wav",
        "webm",
        "webp",
        "pdf",
        "svg",
        "zip"
    ],
    "siteTitle": "My screenshots",
    "theme": "light"
}

Currently available themes:

  • light
  • dark

Sample sharex custom uploader settings

{
  "Version": "12.4.1",
  "DestinationType": "ImageUploader, FileUploader",
  "RequestMethod": "POST",
  "RequestURL": "http://localhost/upload",
  "Headers": {
    "key": "supersecretkey"
  },
  "Body": "MultipartFormData",
  "FileFormName": "file"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • HTML 17.7%