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 :).
- Paste upload
- Syntax Highlighting
- Unlisted Pastes
- One Time Read Paste
- Paste auto remove
- Create
.env
file from.env.sample
and edit its values to your liking - If you need access via your domain or TLS, edit nginx.conf accordingly
- Run
docker compose up
BeyondPaste should now be running on localhost:8080
.
Design inspired by Popoliito's securePaste project.