{"id":24788605,"url":"https://github.com/lyonbot/cf-drop","last_synced_at":"2026-01-28T01:58:51.785Z","repository":{"id":270778662,"uuid":"911034322","full_name":"lyonbot/cf-drop","owner":"lyonbot","description":"A fast and simple tool to store and share temporary files via Cloudflare Workers.","archived":false,"fork":false,"pushed_at":"2025-02-08T12:34:26.000Z","size":545,"stargazers_count":59,"open_issues_count":1,"forks_count":23,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-12T12:32:13.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lyonbot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-02T05:09:44.000Z","updated_at":"2025-10-10T06:04:20.000Z","dependencies_parsed_at":"2025-01-03T03:28:27.680Z","dependency_job_id":"3efc9081-68c2-488a-b9d4-2e615f8550aa","html_url":"https://github.com/lyonbot/cf-drop","commit_stats":null,"previous_names":["lyonbot/cf-drop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lyonbot/cf-drop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Fcf-drop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Fcf-drop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Fcf-drop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Fcf-drop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyonbot","download_url":"https://codeload.github.com/lyonbot/cf-drop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Fcf-drop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-29T17:01:15.944Z","updated_at":"2026-01-28T01:58:51.770Z","avatar_url":"https://github.com/lyonbot.png","language":"TypeScript","funding_links":[],"categories":["文件分享"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"./web/public/icon.svg\" width=\"64\"\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003ecf-drop\u003c/h1\u003e\n\u003cp align=\"center\"\u003e🗃️ Private File/Text Box — Deploy on Cloudflare Workers\u003c/p\u003e\n\n\n\u003ctable width=\"100%\"\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cimg src=\"./image.png\" width=\"200\"\u003e\n\u003c/td\u003e\n\u003ctd\u003e\n\u003cul\u003e\n\u003cli\u003e⚡ \u003cstrong\u003eServerless\u003c/strong\u003e on Cloudflare Worker\u003c/li\u003e\n\u003cli\u003e📱 \u003cstrong\u003ePWA ready!\u003c/strong\u003e for mobile\u003c/li\u003e\n\u003cli\u003e🔑 \u003cstrong\u003ePassword protected\u003c/strong\u003e\u003c/li\u003e\n\u003cli\u003e📦 \u003cstrong\u003eDownload\u003c/strong\u003e as Tarball\u003c/li\u003e\n\u003cli\u003e🚚 \u003cstrong\u003eResumable download link\u003c/strong\u003e\u003c/li\u003e\n\u003cli\u003e🔗 \u003cstrong\u003eShareable download link\u003c/strong\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## 🚀 Quick Start\n\nFollow these steps to get up and running quickly:\n\n(Prerequisites: Node.js \u003e= 20, pnpm)\n\n```sh\npnpm install\n\nnpx wrangler r2 bucket create cf-drop\nnpx wrangler d1 create cf-drop\n\n# 📝 edit wrangler.toml\n# 1. write down the database_id\n# 2. set the password\n\n# then...\nnpm run deploy\n```\n\n## 🎨 Customize\n\nMake `cf-drop` your own by customizing the following:\n\n- 🔑 **Set password** via `./wrangler.toml`\n- 🎨 **Change theme color** in `./web/public/manifest.json`\n- 💡 **Find `database_id`** from Cloudflare Dashboard - D1 SQL page\n- **Development** - `pnpm dev`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyonbot%2Fcf-drop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyonbot%2Fcf-drop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyonbot%2Fcf-drop/lists"}