diff options
author | nodiscc <nodiscc@gmail.com> | 2022-07-25 14:19:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 14:19:30 +0000 |
commit | f3299bd0f5d2a066bf6a9c68e9fc27abf654cd01 (patch) | |
tree | fb35368edc9f8964acbc409b7d47bc0ee5bb72a3 | |
parent | Merge pull request #3156 from awesome-selfhosted/add-license-other (diff) | |
parent | Add demo for wastebin (diff) | |
download | awesome-selfhosted-f3299bd0f5d2a066bf6a9c68e9fc27abf654cd01.tar.gz awesome-selfhosted-f3299bd0f5d2a066bf6a9c68e9fc27abf654cd01.zip |
Merge pull request #3147 from matze/add-wastebin-demo
Add demo for wastebin
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1430,7 +1430,7 @@ _Related: [Wikis](#wikis)_ - [Stikked](https://github.com/claudehohl/Stikked) - Advanced and beautiful pastebin. `GPL-3.0` `PHP` - [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. `MIT` `Rust` +- [Wastebin](https://github.com/matze/wastebin) - Lightweight, minimal and fast pastebin with an SQLite backend. ([Demo](https://bin.bloerg.net)) `MIT` `Rust` ### Personal Dashboards |