An open API service indexing awesome lists of open source software.

https://github.com/shen-yu/b2-viewer

A web file browser for Backblaze B2, based on React.
https://github.com/shen-yu/b2-viewer

backblaze-b2 react

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

logo


B2Viewer


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



GitHub top language
workflow
version
GitHub

## How to use:

Install dependencies,

```bash
$ yarn
```

Start the dev server,

```bash
$ 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](./screenshots/1.png)

## 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)