Skip to content

RaJiska/BeyondPaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

BeyondPaste

Simple self hosted Pastebin-like tool allowing you to have the pastes uploaded on your own server.
Running on PHP7, it is using Bootstrap 4 for its frontend, Geshi for the syntax highlighting.

The footer can be entirely modified, but keep in mind authors should always be credited :).

Features

  • Paste upload
  • Syntax Highlighting
  • Unlisted Pastes
  • One Time Read Paste
  • Paste auto remove

Installation — Docker

  1. Create .env file from .env.sample and edit its values to your liking
  2. If you need access via your domain or TLS, edit nginx.conf accordingly
  3. Run docker compose up

BeyondPaste should now be running on localhost:8080.

Screenshots

Paste creation

alt text

Paste View

alt text

Credits

Design inspired by Popoliito's securePaste project.