mirror of
https://github.com/ApfelTeeSaft/R2-Explorer.git
synced 2026-08-26 19:33:39 +00:00
My Personal R2 Explorer
This is my personal R2 Explorer application self hosted on my Cloudflare account.
You can read the full documentation here.
Get started
- Sign up for Cloudflare Workers. The free tier is more than enough for this, you will only pay for the R2 storage.
- Clone this project and install dependencies with
npm install - Run
wrangler loginto login to your Cloudflare account in wrangler - Run
wrangler deployto publish to Cloudflare Workers
Optional Steps
- Read only mode is enabled by default, disable it in
src/index.ts, documentation here. - Learn how to secure your R2 Explorer in the official documentation here.
Updating the instance
Install latest version
npm install r2-explorer@latest --save
Deploy to Cloudflare Workers
wrangler deploy
Deploying
Deploy to Cloudflare Workers
wrangler deploy