A simple web-based file manager for Cloudflare R2 storage. Run on Cloudflare worker
💠 Access protection via Basic Auth. You can control that via deploy .env
💠 Browse, upload, and download files
💠 Create and navigate folders
💠 Search for files by name
💠 Preview compatible file types (images, text, PDF, audio, video)
💠 Direct CDN links for media files
💠 Here is some preview of application
- Copy
wrangler.toml.sampletowrangler.toml - Update the following configuration variables:
ADMIN_AUTH_BASIC_USR_PWD: Set username:password for basic authCDN_BASE_URL: Set the base URL for your CDN (e.g.,https://your-cdn.r2.dev)
npm install
npm run devnpm run deployMIT


