pastebin-worker icon indicating copy to clipboard operation
pastebin-worker copied to clipboard

PasteBin based on Cloudflare

Results 7 pastebin-worker issues
Sort by recently updated
recently updated
newest added

D1 比 KV 有更多的免费读写次数。 https://developers.cloudflare.com/d1/

分享文件没问题,但是分享文字用不了,看请求响应的是500,文字用的是kv吧,但是我有配置好kv的,放出wrangler.toml帮我看看有没什么问题? 另外:BASE_URL和自定义域名我在worker后台配置的。 ![image](https://github.com/user-attachments/assets/62eb4413-6d17-49f5-af3d-90457fcd43ad) ```toml name = "pastebin" compatibility_date = "2023-10-30" compatibility_flags = ["nodejs_compat"] account_id = "950264872e4a996635e310b837126911" main = "src/index.ts" workers_dev = false # 如果不使用自定义域名,将下面的代码注释掉 # route = { pattern =...

看了一段时间的使用情况,感觉面向大众作为一个公开的图床或者pastebin没什么意义,初步想改造成个人笔记本向的工具

support client-side encryption with https://github.com/PrivateBin/PrivateBin UI

在 https://as.al/ 试用了一下。有以下问题: 1.文本分享的时候不选择过期时间,是不是分享的文档就不会过期? 2.非文本分享的时候没有过期时间选项,那生成的文件保留时间是多久呢? 3.非文本分享的文件是不是不支持之后修改或者删除?

开发者你好,你的项目基本功能写的很不错,但是希望可以参考我正在使用的这个开源项目优化一下,在此向你致敬。 开源项目地址:https://github.com/wantguns/bin Demo:https://basedbin.fly.dev ![image](https://as.al/file/hXQa6c) ![image](https://as.al/file/QKt5Yx) ![image](https://as.al/file/vCnYHU)