1.0.12 • Published 5 months ago

@julianhaldenby/r2-explorer v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Commit rate Issues Software License

Read this in other languages: Español, Português, Français

R2-Explorer


Documentation: https://r2explorer.dev

Live Demo: https://demo.r2explorer.dev


Features

  • Email Explorer (using Cloudflare Email Routing)
  • Basic Auth
  • Cloudflare Access Authentication
  • Very quick bucket/folder navigation
  • pdf, image, txt, markdown, csv, etc in-browser preview
  • Drag-and-Drop upload
  • Multiple files and folder uploads
  • Create folders
  • Upload/Rename/Download/Delete files
  • Right click in file for extra options
  • Multipart upload for big files

Getting Started

Run this command to get an example project setup

npm create r2-explorer@latest

Upgrading your installation

In order to update to the latest version you just need to install the latest r2-explorer package from npm and re-deploy your application

npm install r2-explorer@latest --save
wrangler publish

TODO

  • allow bucket names with spaces
  • Search files
  • Rename folders
  • Delete folders
  • Image thumbnail's using Cloudflare workers
  • Tooltip when hovering a file with absolute time in "x days time ago" format
  • Automatically load more files, when the bottom is reached (current limit is 1000 files)
  • bundle bootstrap icons instead of importing

Known issues

  • Rename files with special characters is not possible with current sdk issue here