diff options
author | Pierre Tinard <Edraens@users.noreply.github.com> | 2016-10-16 13:48:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 13:48:29 +0000 |
commit | fad2ec7632570f36d00d83d24b47e8813780053c (patch) | |
tree | b572f404f68e58bf40d315fc0299374f917f9c9d /README.md | |
parent | Merge pull request #804 from Pe46dro/master (diff) | |
download | awesome-selfhosted-fad2ec7632570f36d00d83d24b47e8813780053c.tar.gz awesome-selfhosted-fad2ec7632570f36d00d83d24b47e8813780053c.zip |
Add EdPaste to Pastebin
I've written a Laravel/PHP-driven Pastebin name EdPaste, demo at https://paste.edraens.net, and source code at https://github.com/Edraens/EdPaste
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -786,6 +786,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [CoderVault](https://github.com/codervault) - An Open Source, Self-Hosted, Snippet Manager. ([Source Code](https://github.com/codervault/codervault)) `MIT` `Ruby` * [cryptonote](https://cryptonote.me/) - A simple open source web application that lets users encrypt and share messages that can only be read once. ([Source Code](https://github.com/alainmeier/cryptonote)) `BSD` `Ruby` * [CryptPad](https://cryptpad.fr/) - CryptPad is the zero knowledge realtime collaborative editor. ([Source Code](https://github.com/xwiki-labs/cryptpad)) `AGPLv3` `Nodejs` + * [EdPaste](https://github.com/Edraens/EdPaste) - Self-hosted pastebin written in Laravel (PHP Framework). ([Demo](https://paste.edraens.net/) `MIT` `PHP` * [gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code. `GPLv3` `PHP` * [hastebin](http://hastebin.com/about.md) - Open source pastebin written in node.js. ([Demo](http://hastebin.com/), [Source Code](https://github.com/seejohnrun/haste-server)) `MIT` `Nodejs` * [localpaste](https://github.com/petermaloney/localpaste) - Simple python based pastebin you can run locally, with curl for input. Supports RAW text by default and binary data such as images (no extensions on returned url). `GPLv2` `Python` |