diff --git a/json/helpers_cache.json b/json/helpers_cache.json index bb7a328..5e2995d 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -1456,6 +1456,24 @@ "notes": [], "type": "ct" }, + { + "name": "GoMFT", + "slug": "gomft", + "desc": "GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers.", + "script": "ct/gomft.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gomft.sh", + "categories": [ + 7 + ], + "notes": [ + "For additional configuration options check the documentation." + ], + "type": "ct", + "default_credentials": { + "username": "admin@example.com", + "password": "admin" + } + }, { "name": "Gotify", "slug": "gotify", @@ -2951,6 +2969,24 @@ "notes": [], "type": "ct" }, + { + "name": "ONLYOFFICE Docs", + "slug": "onlyoffice", + "desc": "ONLYOFFICE Docs is an open-source online office suite that provides collaborative editors for text documents, spreadsheets, and presentations, fully compatible with Microsoft Office formats (DOCX, XLSX, PPTX).", + "script": "ct/onlyoffice.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/onlyoffice.sh", + "categories": [ + 9 + ], + "notes": [ + "Database / RabbitMQ Credentials: `cat ~/onlyoffice.creds`" + ], + "type": "ct", + "default_credentials": { + "username": "admin", + "password": "admin" + } + }, { "name": "Opengist", "slug": "opengist",