Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajiska/beyondpaste
- Owner: RaJiska
- License: bsd-3-clause
- Created: 2017-10-15T12:14:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T05:30:44.000Z (about 1 year ago)
- Last Synced: 2024-10-13T02:08:19.082Z (25 days 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
[![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.