Skip to content

markski1/BSXU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 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 (optional).
  • Server filesystem storage otherwise. In B2 mode, filesystem is a cache, to avoid B2 egress fees.
  • Web panel for manual uploading, stats, fetching links.
  • 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.