diff options
author | Soham Sen <hello@sohamsen.me> | 2023-07-06 15:05:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 15:05:33 +0000 |
commit | 2d64ca24d417b319aa08f80a2658683b647c72ea (patch) | |
tree | 9a3f9572a9601220ecdd2cfad28db8694a1f99cf /README.md | |
parent | Add GO Feature Flag to Miscellaneous (#3931) (diff) | |
download | awesome-selfhosted-2d64ca24d417b319aa08f80a2658683b647c72ea.tar.gz awesome-selfhosted-2d64ca24d417b319aa08f80a2658683b647c72ea.zip |
Added YABin to pastebins (#3898)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1539,6 +1539,7 @@ A [pastebin](https://en.wikipedia.org/wiki/Pastebin) is a type of online content - [Sup3rS3cretMes5age](https://github.com/algolia/sup3rS3cretMes5age) - Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage. `MIT` `Go` - [wantguns/bin](https://github.com/wantguns/bin) - Minimal pastebin for both textual and binary files shipped in a single statically linked binary. ([Demo](https://basedbin.fly.dev)) `GPL-3.0` `Rust` - [Wastebin](https://github.com/matze/wastebin) - Lightweight, minimal and fast pastebin with an SQLite backend. ([Demo](https://bin.bloerg.net)) `MIT` `Rust` +- [YABin](https://github.com/Yureien/YABin) - A pastebin that contains plentiful features while remaining simple. Supports optional E2E encryption, a client-side CLI app, syntax highlighting, minimalistic UI, APIs, keyboard shortcuts, and more. It can even be run in serverless environments. ([Demo](https://bin.sohamsen.me/)) `MIT` `Nodejs` ### Personal Dashboards |