Serverless Pastebin Alternative built with Cloudflare Workers
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This paste service is built on top of the Cloudflare Serverless Platform, specifically with Cloudflare Workers and Cloudflare Workers KV.
To get this service up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
npm install wrangler
-
Login to Wrangler with
wrangler login
-
Clone the repo
git clone https://github.com/fabiansefranek/paste.git
-
Update dependencies
npm install
-
Create Cloudflare Workers KV Namespace
wrangler kv:namespace create "paste"
-
Copy KV Namespace ID to wrangler.toml Bindings
-
Publish
wrangler publish
- Burn after Read
- Syntax Highlighting