- Web-based eBook library management - Mobile-responsive interface with user management - Calibre integration for format conversion (EPUB→AZW3 for Kindle) - Tested on Debian 13 LXC (CT240) Technical details: - Base OS: Debian 13 (2 CPU, 2GB RAM, 8GB disk, port 8083) - Flask-Limiter 3.x (4.x incompatible) - --break-system-packages for PEP 668 compliance - Default credentials: admin/admin123
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "Calibre-Web",
|
|
"slug": "calibre-web",
|
|
"categories": [
|
|
4
|
|
],
|
|
"date_created": "2026-02-09",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8083,
|
|
"documentation": "https://github.com/janeczku/calibre-web/wiki",
|
|
"website": "https://github.com/janeczku/calibre-web",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/calibre-web.webp",
|
|
"config_path": "/opt/calibre-web/app.db",
|
|
"description": "Web app for browsing, reading and downloading eBooks from a Calibre database. Provides an attractive interface with mobile support, user management, and eBook conversion capabilities.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/calibre-web.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 8,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin123"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Default credentials: admin / admin123 - Change immediately after first login!",
|
|
"type": "warning"
|
|
},
|
|
{
|
|
"text": "Upload your Calibre library metadata.db during first setup wizard.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|