Skip to content

csprl/screenshot-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot-backend

ShareX compatible backend for uploading media.

Setting up the backend

  • Get the latest code using git clone https://github.com/csprl/screenshot-backend.git or by downloading the ZIP archive.
  • Bulid code with go build -ldflags="-s -w" .
  • Copy config.json.example to config.json and modify the settings to your liking. Note that baseUrl should not end with a /. If a user prefix is a folder, it should end with a / and be pre-created.
  • Run the screenshot-backend executable.

Configuring clients

  • Download ShareX from https://getsharex.com.
  • Open Destinations -> Custom uploader settings from the right-click menu.
  • Press Import -> From URL and type https://github.com/csprl/screenshot-backend/master/ShareX.sxcu.
  • Modify Request URL and the Authorization value under Headers.
  • Finally select screenshot-backend under Image uploader, Text uploader and File uploader.
  • Test your new settings with the Test button. If successful you should see URL: ... in Test result.

About

ShareX compatible backend for uploading media.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published