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.
- Host: GitHub
- URL: https://github.com/shen-yu/b2-viewer
- Owner: shen-yu
- License: gpl-3.0
- Created: 2020-07-30T16:18:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T09:23:54.000Z (about 5 years ago)
- Last Synced: 2025-01-11T18:51:10.297Z (9 months ago)
- Topics: backblaze-b2, react
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
B2Viewer
A web file browser for Backblaze B2, based on React.
![]()
![]()
![]()
![]()
## 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.
## 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)