pastebin-worker
pastebin-worker copied to clipboard
Pastebin on Cloudflare worker, with friendly CLI usage and rich features
Hello! I noticed when you upload a file, you are able to upload formats other than plain text, for example an image, and view them back. I also noticed that...
文件如果用kv分享,一个是只能限制25M以下,还有下载时直接是压缩包,文件名也是随机的,这样可读性太低
Refer to https://developers.cloudflare.com/workers/learning/migrating-to-module-workers/ Possible issues: - Refactor the access of global variables
Due to the limitation of Cloudflare Workers, the size of each paste is limited under 25MB. Maybe we can store large files in Cloudflare R2 storage, to allow us to...
We should provide a method to specify the title of a paste. The title is displayed in highlighted HTML, and in the rendered markdown. The frontend should also provide the...
Current test is written by shell, no one want to read or write it. It require a overhaul, and be intergrated into CI.
https://developers.cloudflare.com/d1/
# Description Because we have some automation in place that auto parsers logs send to our instance and then the url shared by the user. But the problem we are...