Skip to content

markski1/BSXU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSXU - B2 Sharex Uploader

BSXU is a continuation of PSXU, my previous ShareX upload thing.

Key differences:

  • Implemented as a Flask application.
  • Files are uploaded to a Backblaze B2 bucket.
  • Server is only used for 'caching' (fresh files are stored and served from the server, instead of exposing B2 urls and risking egress fees).
  • A lot more configurable.
  • In addition to ShareX, a method to use Flameshot is also provided.

Setup

You can follow this guide in my blog.

Contributing

Find issue, don't want make change, open issue.

Find issue, want make change, open PR.

TODO:

  • Web interface with file viewer, management, manual uploading and downloading.