EdPaste alternatives and similar software solutions
Based on the "Pastebins" category.
Alternatively, view EdPaste alternatives based on common mentions on social networks and blogs.
-
PrivateBin
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. -
MicroBin
A tiny, self-contained, configurable paste bin and URL shortener written in Rust. -
Sup3rS3cretMes5age
Simple to use, simple to deploy, one time self destruct messaging service, with hashicorp vault as a backend -
Sticky Notes
Sticky notes is a free open-source pastebin application. -
Modern Paste
Modern pastebin with a contemporary, minimalistic user interface backed by a robust feature set. -
cryptonote
:lock: A simple open source web application that lets users encrypt and share messages that can only be read once. -
filite
A simple, light and standalone pastebin, URL shortener and file-sharing service -
ZeroBin
This Project has been renamed and moved to https://github.com/PrivateBin/PrivateBin -
SharpPaste
Cross-platform C# pastebin with client-side AES-256 encryption that just works. -
Phaste
A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. -
localpaste
a simple python based pastebin you can run locally, with curl for input, just like clbin.com -
Snipp
Snipp is a powerful, user friendly pastebin tool with a modern aesthetic. -
Linked.PM
A simple web application which encrypts your private messages (Java Script client-side encryption) and converts them into clickable links and QR-codes. -
Paste
Paste is forked from the original source pastebin.com used before it was bought.
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of EdPaste or a related project?
Popular Comparisons
README
EdPaste
EdPaste is a Laravel 5.5 (PHP Framework)-driven self-hosted Pastebin. Demo : https://paste.edra.ovh
Features :
- Privacy options
- Expiration options
- Burn after reading
- Password protection (server-side hashed)
- User dashboard
- Raw paste viewing
Just git clone this repo on your server, make the public
folder your webserver's DocumentRoot
, for instance with an Apache2.4 VirtualHost :
<VirtualHost *:80>
ServerName your.vhost.server.com
DocumentRoot /app/path/public
</VirtualHost>
Run a composer install
/php composer install
(depends of your configuration) within the app root path (you'll need composer)
Rename .env.example
to .env
and run php artisan key:generate
from the app's root path.
Open .env
and fill it with your database details, and with Secret and Site Key from Google's reCaptcha (in order to avoid spam from guests)
Run php artisan migrate
from the app's root path, and you're all done.
Go to http://your.vhost.server.com/
which leads to the DocumentRoot /app/path/public
, and this should work !
Updating :
Get latest features by pulling this repo again.
In case of updating because of a Laravel version change, delete everything under bootstrap/cache
and run composer upgrade
.
Troubleshooting :
If you get the "Paste expiration error.", then you need to migrate your database. Pastes expiration scheme changed recently, and your database has to be updated. Simply run php artisan migrate
and everything will be good, without any data loss.
Contributing :
You're free to fork this and modify it as you want (according to MIT license), but please don't remove my name at the bottom of each page. If you look at the code, you'll notice that all the comments are written in french, as I am a french developer. If you want english comments instead, feel free to ask it, I'll translate all of these.
Todo :
- Admin panel
- Fix raw view
*Note that all licence references and agreements mentioned in the EdPaste README section above
are relevant to that project's source code only.