RaJiska / BeyondPaste

Online self-hosted pastebin-like tool
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link
bootstrap4 pastebin-service php self-hosted website

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

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.