Coder Social home page Coder Social logo

dingding's Introduction

丁丁快传

一款基于cloudflare workers的文件传输工具,文件存储在cloudflare KV中


主要功能:

  • 拖拽上传
  • 多文件上传
  • 定时删除
  • 二维码接收
  • 文件口令传输

功能截图

主页

文件上传成功信息页

文件口令展示

文件分享二维码

如何使用 :tw-1f334:

#先安装Cloudflare Workers.命令行工具wrangler
npm install -g wrangler

#登录cloudflare
wrangler login

#下载代码
git clone https://github.com/iiop123/dingding.git

#执行npm i 安装库
cd dingding && npm i

#修改wrangler.toml中 id 为你创建的KV数据库id
kv_namespaces = [
  { binding = "LINK", id = "111",preview_id='111'}
]

#最后执行publish推送到workers即可
 wrangler publish

关于后台

可以访问 /list.html 页面查看已经上传的数据,密码为123 可以在 src/index.js文件中修改密码


关于过期时间的配置

可以修改 src/index.js中 const exp=86400 的值单位为秒

dingding's People

Contributors

iiop123 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.