diff options
author | Edward D <ed.kickball@hotmail.com> | 2015-12-18 18:44:47 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2015-12-18 18:44:47 +0000 |
commit | ee2c4cee6a6b994cc4ce47ed389e11a2db31007d (patch) | |
tree | 0287b688c736b70f94138cd48daff07867e815da | |
parent | Merge pull request #359 from pengc99/patch-1 (diff) | |
parent | add hastebin demo (diff) | |
download | awesome-selfhosted-ee2c4cee6a6b994cc4ce47ed389e11a2db31007d.tar.gz awesome-selfhosted-ee2c4cee6a6b994cc4ce47ed389e11a2db31007d.zip |
Merge pull request #377 from Kickball/hastebin-demo
Add Hastebin Demo Link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -570,7 +570,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza * [0bin](https://github.com/sametmax/0bin) - Client side encrypted pastebin `WTFPL` `Python` * [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 ([Source code](https://github.com/seejohnrun/haste-server)) `Nodejs` `MIT` + * [hastebin](http://hastebin.com/about.md) - open source pastebin written in node.js ([Source code](https://github.com/seejohnrun/haste-server), [Demo](http://hastebin.com/)) `Nodejs` `MIT` * [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` * [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` |