ProxmoxVED/frontend/public/json/calibre-web-automated.json
2025-03-17 11:41:13 +01:00

44 lines
1.3 KiB
JSON

{
"name": "Calibre-Web-Automated",
"slug": "calibre-web-automated",
"categories": [
11
],
"date_created": "2025-03-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8083,
"documentation": null,
"website": "https://github.com/crocodilestick/Calibre-Web-Automated",
"logo": "https://sasquatters.com/media/2017/04/Calibre-web-banner-768x512.jpg",
"description": "Calibre-Web but automated and with Calibre features! Fully automate and simplify your eBook set up!",
"install_methods": [
{
"type": "default",
"script": "ct/calibre-web-automated.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin123"
},
"notes": [
{
"text": "This LXC is not interchangeable with the Calibre-Web LXC",
"type": "warning"
},
{
"text": "Options enabled by default: Kobo sync; Goodreads author info; metadata extaction from epub, fb2, pdf; cover extraction from cbr, cbz, cbt files",
"type": "info"
}
]
}