diff options
author | n8225 <n8225@users.noreply.github.com> | 2016-09-13 21:30:57 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-09-13 21:30:57 +0000 |
commit | 6c1e3bc3adfb8461c67f90ad79398174f9c93a9d (patch) | |
tree | e478255a54880005dc22381b31c82678ec6638bf /README.md | |
parent | Add spreed (#782) (diff) | |
download | awesome-selfhosted-6c1e3bc3adfb8461c67f90ad79398174f9c93a9d.tar.gz awesome-selfhosted-6c1e3bc3adfb8461c67f90ad79398174f9c93a9d.zip |
Add Crypt Pad (#781)
* Add Cryptpad #768
* Fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -708,6 +708,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [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` + * [CryptPad](https://cryptpad.fr/) - CryptPad is the zero knowledge realtime collaborative editor. ([Source Code](https://github.com/xwiki-labs/cryptpad)) `AGPLv3` `Nodejs` * [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` |