From 2c2ed21e598b3e51ec4713ab3a003dc980ff8548 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Wed, 10 Sep 2025 12:24:52 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index a02e044..efb2479 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -365,6 +365,22 @@ "notes": [], "type": "ct" }, + { + "name": "Autocaliweb", + "slug": "autocaliweb", + "desc": "A modern web management system for eBooks, eComics and PDFs", + "script": "ct/autocaliweb.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/autocaliweb.sh", + "categories": [ + 13 + ], + "notes": [], + "type": "ct", + "default_credentials": { + "username": "admin", + "password": "admin123" + } + }, { "name": "Baby Buddy", "slug": "babybuddy", @@ -3034,11 +3050,11 @@ "notes": [ "This uses Docker under the hood, as this can not easily be installed bare-metal. ", "The initial starting process can be take 1-2min. ", - "Application credentials: `cat /opt/.npm_pwd`" + "Application credentials: `cat /opt/.npm_pwd` - if file not exist in LXC check docker logs for password with `docker logs npmplus`" ], "type": "ct", "default_credentials": { - "username": "root", + "username": "admin@example.org", "password": null } },