Remove outdated and deferred Calibre-Web Automated

This commit is contained in:
vhsdream
2025-03-25 09:23:07 -04:00
parent d6cb38f2d9
commit bd79ac8f9d
3 changed files with 0 additions and 332 deletions

View File

@@ -1,43 +0,0 @@
{
"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"
}
]
}