Update helpers_cache.json

This commit is contained in:
ProxMenuxBot 2025-08-04 12:30:37 +00:00
parent 7f4c99be60
commit a222df8176

View File

@ -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 <email> <password>`",
"Database location: `/opt/tududi-db`. Uploads: `/opt/tududi-uploads`"
],
"type": "ct"
},
{
"name": "TurnKey",
"slug": "turnkey",