diff options
author | beucismis <beucismis@tutamail.com> | 2021-07-29 21:17:08 +0000 |
---|---|---|
committer | beucismis <beucismis@tutamail.com> | 2021-07-29 21:17:08 +0000 |
commit | 81e402ae5f17fb5bb65ea466f31724c440ddd8a9 (patch) | |
tree | b07abbba0cb75fab2010e944d81e47d698d94014 | |
parent | Merge pull request #2604 from theowenyoung/patch-2 (diff) | |
download | awesome-selfhosted-81e402ae5f17fb5bb65ea466f31724c440ddd8a9.tar.gz awesome-selfhosted-81e402ae5f17fb5bb65ea466f31724c440ddd8a9.zip |
Add rustypaste to Pastebins
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1273,6 +1273,7 @@ _Related: [Wikis](#wikis)_ - [pb](https://github.com/ptpb/pb) - Lightweight pastebin (and url shortener) built using flask. `GPL-3.0` `Python` - [PrivateBin](https://privatebin.info/) - PrivateBin is a minimalist, opensource online pastebin/discussion board where the server has zero knowledge of hosted data. ([Demo](https://privatebin.net/), [Source Code](https://github.com/PrivateBin/PrivateBin)) `Zlib` `PHP` - [PurritoBin](https://github.com/PurritoBin/PurritoBin) - Ultra fast, minimalistic, encrypted command line paste-bin, where the server has no knowledge of the paste data. `ISC` `C++` +- [rustypaste](https://github.com/orhun/rustypaste) - A minimal file upload/pastebin service. `MIT` `Rust` - [SharpPaste](https://github.com/phonicmouse/SharpPaste) - Cross-platform C# pastebin with client-side AES-256 encryption that just works. `MIT` `C#/NancyFX` - [Snibox](https://snibox.github.io/) - Code snippets manager with attractive tag-oriented interface. ([Demo](https://snibox-demo.herokuapp.com/), [Source Code](https://github.com/snibox/snibox)) `MIT` `Ruby` - [snipt](https://github.com/nicksergeant/snipt) - Long-term memory for coders. Share and store code snippets. `MIT` `Python` |