feat: add One Time Secret template (#79)

* feat: added one time secret template

* fix: updated meta.json and added svg

* chore: remove hardcoded variables
This commit is contained in:
Khiet Tam Nguyen
2025-04-18 06:39:04 +10:00
committed by GitHub
parent 7fc3f85015
commit e739285eaa
4 changed files with 84 additions and 0 deletions

View File

@@ -2700,5 +2700,23 @@
"tags": [
"network"
]
},
{
"id": "onetimesecret",
"name": "One Time Secret",
"version": "latest",
"description": "Share sensitive information securely with self-destructing links that are only viewable once.",
"logo": "onetimesecret.svg",
"links": {
"github": "https://github.com/onetimesecret/onetimesecret",
"website": "https://onetimesecret.com",
"docs": "https://docs.onetimesecret.com"
},
"tags": [
"auth",
"password",
"secret",
"secure"
]
}
]