diff options
author | nodiscc <nodiscc@gmail.com> | 2021-04-10 23:21:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 23:21:08 +0000 |
commit | 607e4422cf0b9d5c90356c7b3f4bfb03758fcd49 (patch) | |
tree | 4260bb9b5419b027becaffc39cf90ac724993e11 | |
parent | Merge pull request #2465 from majora2007/feature/kavita (diff) | |
parent | Remove duplicate link (diff) | |
download | awesome-selfhosted-607e4422cf0b9d5c90356c7b3f4bfb03758fcd49.tar.gz awesome-selfhosted-607e4422cf0b9d5c90356c7b3f4bfb03758fcd49.zip |
Merge pull request #2474 from m1dnight/m1dnight-patch-1
Add ExBin to Pastebins
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1193,6 +1193,7 @@ _See also [Wikis](#wikis)_ - [bin](https://github.com/w4/bin) - a paste bin. `WTFPL/0BSD` `Rust` - [cryptonote](https://cryptonote.me/) - 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)) `MIT` `Ruby` - [EdPaste](https://github.com/Edraens/EdPaste) - Self-hosted pastebin written in Laravel (PHP Framework). `MIT` `PHP` +- [ExBin](https://github.com/m1dnight/exbin) - A pastebin with public/private snippets and netcat server. ([Demo](https://exbin.call-cc.be)) `MIT` `Elixir` - [fiche](https://github.com/solusipse/fiche) - Command line pastebin, all you need is netcat. ([Demo](http://termbin.com/)) `MIT` `C` - [filite](https://github.com/raftario/filite) - A simple, light and standalone pastebin, URL shortener and file-sharing service. ([Demo](https://filite.raphaeltheriault.com)) `MIT` `Rust` - [FlashPaper](https://github.com/AndrewPaglusch/FlashPaper) - A one-time encrypted zero-knowledge password/secret sharing application focused on simplicity and security. No database or complicated set-up required. ([Demo](https://flashpaper.io)) `MIT` `PHP` |