Skip to content

fabiansefranek/paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Paste

Serverless Pastebin Alternative built with Cloudflare Workers
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap

About The Project

Website Demo

This service can be used as an self-hosted alternative to Pastebin. Features: Paste Expirations & No Client-Side Javascript

(back to top)

Built With

This paste service is built on top of the Cloudflare Serverless Platform, specifically with Cloudflare Workers and Cloudflare Workers KV.

(back to top)

Getting Started

To get this service up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

npm install wrangler

Installation

  1. Login to Wrangler with wrangler login

  2. Clone the repo

    git clone https://github.com/fabiansefranek/paste.git
  3. Update dependencies

    npm install
  4. Create Cloudflare Workers KV Namespace

    wrangler kv:namespace create "paste"
  5. Copy KV Namespace ID to wrangler.toml Bindings

  6. Publish

    wrangler publish

(back to top)

Roadmap

  • Burn after Read
  • Syntax Highlighting

(back to top)

About

A serverless Pastebin alternative built with Cloudflare Workers

Resources

License

Stars

Watchers

Forks