Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.22 KB

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.