From 1cd408854d74e9c048ce6a36437175cb04be72f6 Mon Sep 17 00:00:00 2001 From: Edward D Date: Thu, 7 Apr 2016 09:09:42 +0100 Subject: [PATCH] Add LocalPaste --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ec64207..11c3bb34 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [ See [Contributing](#contributing). -Table of Contents ================= - [Analytics](#analytics) @@ -654,6 +653,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [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` * [gist](https://gitlab.deblan.org/deblan/gist) - GIST is an open-source application to share code. `PHP` `GPLv3` * [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)) `Nodejs` `MIT` + * [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` * [Pastedown](http://pastedown.ctrl-c.us/) - Self-hosted pastebin server. It is meant to handle Markdown well, but it also works with code snippets (and does syntax highlighting). ([Source Code](https://github.com/cespare/pastedown)) `MIT` `Go` * [pb](https://github.com/ptpb/pb) - Lightweight pastebin (and url shortener) built using flask. ([Demo](https://ptpb.pw/)) `GPLv3` `Python/Flask` * [Phaste](https://pste.pw) - A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. ([Source Code](https://github.com/FoxDev/Phaste)) `PHP` `AGPLv3`