From a596bb9b834bea726e5ce550d37e67ef878abe55 Mon Sep 17 00:00:00 2001 From: Ruwan Pradeep Geeganage Date: Mon, 27 Feb 2023 18:21:34 +0100 Subject: [PATCH] Custom Communication Systems: Added OTS-share OTS-Share is a self-hosting app to share secrets only one-time. with following feature. - Support both texts and small files (maximum 1MB). - Creates shareable links which valid for a maximum of 24 hours. - The contents are encrypted with AES in CBC mode, with a 256-bit key. (Using Crypto-js) - Passwords are NOT sent to the backend server. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be51bd9a..b35a4cae 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https: - [Novu](https://novu.co/) - Self-hosted / cloud notification infrastructure for developers. ([Source Code](https://github.com/novuhq/novu/)) `MIT` `Docker/Nodejs` - [ntfy](https://ntfy.sh/) - Push notifications to phone or desktop using HTTP PUT/POST, with Android app, CLI and web app, similar to Pushover and Gotify. ([Demo](https://ntfy.sh/app), [Source Code](https://github.com/binwiederhier/ntfy), [Clients](https://github.com/binwiederhier/ntfy-android)) `Apache-2.0/GPL-2.0` `Go` - [OTS](https://ots.fyi/) - One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser. ([Source Code](https://github.com/Luzifer/ots)) `Apache-2.0` `Go` +- [OTS-Share](https://github.com/rpgeeganage/ots-share-app) - A self-hosting app to share secrets with file support upto 1MB. ([Source Code]([https://github.com/Luzifer/ots](https://github.com/rpgeeganage/ots-share-app))) `MIT` `Nodejs` - [Papercups](https://papercups.io/) - An open source live customer chat web app written in Elixir. ([Demo](https://app.papercups.io/demo), [Source Code](https://github.com/papercups-io/papercups)) `MIT` `Elixir` - [PushBits](https://github.com/pushbits/server) - Self-hosted notification server for relaying push notifications via Matrix, similar to PushBullet and Gotify. `ISC` `Go` - [Rallly](https://rallly.co) - Rallly is an open-source alternative to Doodle that lets you create polls to vote on dates and times. ([Source Code](https://github.com/lukevella/Rallly)) `AGPL-3.0` `Nodejs`