Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.14 KB

logo

B2Viewer

A web file browser for Backblaze B2, based on React.

GitHub top language workflow version GitHub

How to use:

Install dependencies,

$ yarn

Start the dev server,

$ yarn start

Open localhost:3003 in browser.

Replace the BASE_URL in /src/config.js with your downloadUrl, Replace the /api proxy target in .umirc.ts with your apiUrl.

Notes: You can copy downloadUrl and apiUrl after you log in.

copy

What works:

  • Browsing buckets and Files
  • Image gallery and Video player
  • Easy to copy file's link

What could be improved/added:

  • Upload capabilities (Files and folders to sync)
  • Delete capabilities (Files and Buckets)