Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2025-09-10 12:24:52 +00:00
parent f8b2ccec40
commit 2c2ed21e59

View File

@@ -365,6 +365,22 @@
"notes": [], "notes": [],
"type": "ct" "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", "name": "Baby Buddy",
"slug": "babybuddy", "slug": "babybuddy",
@@ -3034,11 +3050,11 @@
"notes": [ "notes": [
"This uses Docker under the hood, as this can not easily be installed bare-metal. ", "This uses Docker under the hood, as this can not easily be installed bare-metal. ",
"The initial starting process can be take 1-2min. ", "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", "type": "ct",
"default_credentials": { "default_credentials": {
"username": "root", "username": "admin@example.org",
"password": null "password": null
} }
}, },