aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Madden <crazeh.monkeh@gmail.com>2016-06-10 01:20:04 +0000
committerEdward D <ed.kickball@hotmail.com>2016-06-10 01:20:04 +0000
commit497aa1b0b3c140cc5d2546f4cff401885df42092 (patch)
tree4aa62bf86f9b674178ebfa5e7c2b17c030aa4217
parentAdded Eclipse Che (#546) (diff)
downloadawesome-selfhosted-497aa1b0b3c140cc5d2546f4cff401885df42092.tar.gz
awesome-selfhosted-497aa1b0b3c140cc5d2546f4cff401885df42092.zip
Added pbnh (#553)
* Added pbnh * fix pbnh entry better description, fix missing full stop ref https://github.com/Kickball/awesome-selfhosted/pull/553
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 93f4d545..c6e6208f 100644
--- a/README.md
+++ b/README.md
@@ -677,6 +677,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com
* [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`
+ * [pbnh](https://github.com/bhanderson/pbnh) - Pastebin inspired from project pb and hastebin, with an API and a SQL-based backend. `MIT` `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`
* [snipt](https://snipt.net/) - Long-term memory for coders. Share and store code snippets ([Source Code](https://github.com/nicksergeant/snipt/)) `BSD` `Python`
* [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. `PHP`