feat: add OTS service for secure secret sharing
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:
Kumi 2024-07-26 21:11:57 +02:00
parent 4049fa4953
commit c549207976
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -177,6 +177,23 @@
"exclude_from_index": false, "exclude_from_index": false,
"exclude_from_simple": 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", "name": "FreshRSS",
"url": "https://freshrss.private.coffee", "url": "https://freshrss.private.coffee",