Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 10 days ago
JSON representation

Online self-hosted pastebin-like tool

Awesome Lists containing this project

README

        

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f1db17ec46c343b99b0b4d51e9838f23)](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**
![alt text](https://i.gyazo.com/c6270e7c1068d4bbb463e10c2940a382.png)
---------------------
### **Paste View**
![alt text](https://i.gyazo.com/abedef0e0aca81f07894fd0e7802fec0.png)

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