Require:
- Free: cloudflare dns with a domain of yours parked on it
- Free: BackBlaze B2 for up to 10GB of storage buckets
- ShareX
what we want
- a simple and relyable way to take care of your daily screenshot/screenshare/fileshare foo
- I'm assuming sharex is already in use as I will not go through capture and processing parts of it, just the upload and actual share
- leverage our own domain-name in the sharing link
what we do
find out your BB details and spawn the filebucket create api credentials
setup sharex and upload a file to reveal our backblaze details
setup the domain
setup a worker script to utilize cdn and shorten our url
1. BackBlaze
create a Bucket that publicly accessible give it a namethat makes sense
create api credentials for sharex with read/write permissions to that bucket
2. ShareX
setup a new destination from thepresets and put the credentials we just received
set it up as your default and upload a testfile to see if the credentials work and have sufficiant permissions
if that all worked head back to BB2 and check the filedetails of the upload as it will reveal the hostname we need for our dns setup withing cloudflare
I put the interesting parts in red -> f000l.backblazeb2.com is our cname hostname
3. CloudFlare DNS setup
head over to cloudflare and setup a cname record that points to backblaze, something like this
via.https://github.com/phixion/sharex-bb2cf
No comments:
Post a Comment