feat: add OTS service for secure secret sharing
Some checks failed
Build and Deploy Static Site / build (push) Failing after 1m12s
Some checks failed
Build and Deploy Static Site / build (push) Failing after 1m12s
Added OTS - One Time Secrets to the service list to provide a secure means for sharing sensitive information such as passwords and API keys. This service enriches our offerings and meets user requests for enhancing security.
This commit is contained in:
parent
4049fa4953
commit
c549207976
1 changed files with 17 additions and 0 deletions
|
@ -177,6 +177,23 @@
|
|||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "OTS - One Time Secrets",
|
||||
"url": "https://ots.private.coffee",
|
||||
"homemade": false,
|
||||
"short_description": "OTS is a service for sharing secrets securely.",
|
||||
"long_description": "OTS is a service for sharing secrets securely. You can use it to share passwords, API keys, and other sensitive information.",
|
||||
"status": "OK",
|
||||
"links": [
|
||||
{
|
||||
"name": "Go to OTS",
|
||||
"url": "https://ots.private.coffee"
|
||||
}
|
||||
],
|
||||
"icon": "lock",
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "FreshRSS",
|
||||
"url": "https://freshrss.private.coffee",
|
||||
|
|
Loading…
Reference in a new issue