diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2022-07-19 22:05:22 +0000 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2022-07-19 22:05:22 +0000 |
commit | 6dfabeed5a7e6ae66e6b1738e18b477cfefe86ed (patch) | |
tree | 83e063247ac5276260b430bfd669f386f9e60cf1 /README.md | |
parent | Merge pull request #3133 from forks-by-kieran/adding_videoconference (diff) | |
download | awesome-selfhosted-6dfabeed5a7e6ae66e6b1738e18b477cfefe86ed.tar.gz awesome-selfhosted-6dfabeed5a7e6ae66e6b1738e18b477cfefe86ed.zip |
Add demo for wastebin
Diffstat (limited to 'README.md')
-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 |