https://github.com/rajiska/beyondpaste
Online self-hosted pastebin-like tool
https://github.com/rajiska/beyondpaste
bootstrap4 pastebin-service php self-hosted website
Last synced: over 1 year ago
JSON representation
Online self-hosted pastebin-like tool
- Host: GitHub
- URL: https://github.com/rajiska/beyondpaste
- Owner: RaJiska
- License: bsd-3-clause
- Created: 2017-10-15T12:14:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T05:30:44.000Z (over 2 years ago)
- Last Synced: 2025-02-27T05:23:17.457Z (over 1 year ago)
- Topics: bootstrap4, pastebin-service, php, self-hosted, website
- Language: PHP
- Homepage:
- Size: 1.37 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.codacy.com/app/dodo.lasticot/BeyondPaste?utm_source=github.com&utm_medium=referral&utm_content=RaJiska/BeyondPaste&utm_campaign=Badge_Grade)
# 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](config/nginx.conf) accordingly
3. Run `docker compose up`
BeyondPaste should now be running on `localhost:8080`.
# Screenshots
### **Paste creation**

---------------------
### **Paste View**

# Credits
Design inspired by **Popoliito's** securePaste project.