From a222df8176a10d2b6d03c1eb58113e8ff1da50d5 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Mon, 4 Aug 2025 12:30:37 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index a23af58..eebda42 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -3239,6 +3239,20 @@ ], "type": "ct" }, + { + "name": "OTS", + "slug": "ots", + "desc": "One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser.", + "script": "ct/ots.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ots.sh", + "categories": [ + 6 + ], + "notes": [ + "When it is in used external please use it behind reverse proxy or create your own certificates" + ], + "type": "ct" + }, { "name": "Outline", "slug": "outline", @@ -4552,6 +4566,21 @@ "notes": [], "type": "ct" }, + { + "name": "Tududi", + "slug": "tududi", + "desc": "Self-hosted task management with functional programming architecture, hierarchical organization, and multi-language support.", + "script": "ct/tududi.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tududi.sh", + "categories": [ + 12 + ], + "notes": [ + "Create users like this: `cd /opt/tududi` => `npm run user:create `", + "Database location: `/opt/tududi-db`. Uploads: `/opt/tududi-uploads`" + ], + "type": "ct" + }, { "name": "TurnKey", "slug": "turnkey",