diff options
author | nodiscc <nodiscc@gmail.com> | 2015-11-02 18:57:12 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-11-02 18:57:12 +0000 |
commit | 902e39d3fedd8016986af5d68f305ee025ec3d2e (patch) | |
tree | a5e2a0b5564fd1498e49f5946d2660787523fcee /README.md | |
parent | add apaxy, fixes #296 (diff) | |
download | awesome-selfhosted-902e39d3fedd8016986af5d68f305ee025ec3d2e.tar.gz awesome-selfhosted-902e39d3fedd8016986af5d68f305ee025ec3d2e.zip |
add pastedown, fixes #279
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -537,6 +537,7 @@ _Distributed filesystems_ * [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` + * [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` * [Sticky Notes](http://sayakb.github.io/sticky-notes/) - A powerful open-source pastebin application for effortless code sharing. `PHP` |