README.md
January 21, 2025 ยท View on GitHub
cf-drop
๐๏ธ Private File/Text Box โ Deploy on Cloudflare Workers
|
|
๐ Quick Start
Follow these steps to get up and running quickly:
(Prerequisites: Node.js >= 20, pnpm)
pnpm install
npx wrangler r2 bucket create cf-drop
npx wrangler d1 create cf-drop
# ๐ edit wrangler.toml
# 1. write down the database_id
# 2. set the password
# then...
npm run deploy
๐จ Customize
Make cf-drop your own by customizing the following:
- ๐ Set password via
./wrangler.toml - ๐จ Change theme color in
./web/public/manifest.json - ๐ก Find
database_idfrom Cloudflare Dashboard - D1 SQL page - Development -
pnpm dev