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 } },