Update helpers_cache.json

This commit is contained in:
ProxMenuxBot 2025-06-24 18:18:58 +00:00
parent 5a20a4260b
commit 6408477939

View File

@ -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",