From e36bc6b9b2607afbcfed770cdb655c3604f6af75 Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen <86177399+nktnet1@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:13:36 +1000 Subject: [PATCH] feat: added "One Time Secret" (#1306) Co-authored-by: Rabenherz112 --- software/one-time-secret.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/one-time-secret.yml diff --git a/software/one-time-secret.yml b/software/one-time-secret.yml new file mode 100644 index 0000000000..e880c5b6bc --- /dev/null +++ b/software/one-time-secret.yml @@ -0,0 +1,13 @@ +name: "One Time Secret" +website_url: "https://docs.onetimesecret.com" +source_code_url: "https://github.com/onetimesecret/onetimesecret" +description: "Share sensitive information securely with self-destructing links that are only viewable once." +licenses: + - MIT +platforms: + - Docker + - Ruby + - Nodejs +tags: + - Communication - Custom Communication Systems +demo_url: "https://onetimesecret.com"