2025-06-27 23:11:24 +02:00
{
"name" : "BookLore" ,
"slug" : "booklore" ,
"categories" : [
13
] ,
2025-06-27 22:11:49 +01:00
"date_created" : "2025-06-27" ,
2025-06-27 23:11:24 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 6060 ,
2025-08-02 09:12:42 -04:00
"documentation" : "https://booklore-app.github.io/booklore-docs/docs/getting-started" ,
"website" : "https://github.com/booklore-app/booklore" ,
2025-06-27 23:11:24 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/booklore.webp" ,
"config_path" : "/opt/booklore_storage/.env" ,
"description" : "BookLore is a self-hosted digital library for managing and reading books, offering a beautiful interface and support for metadata management. Built with a modern tech stack, it provides support for importing, organizing, and reading EPUBs and PDFs, while also managing cover images and book metadata." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/booklore.sh" ,
"resources" : {
"cpu" : 3 ,
"ram" : 2048 ,
"hdd" : 7 ,
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2025-09-01 12:42:06 +02:00
"notes" : [
{
"text" : "Starting Booklore (Web UI) may take up to 2 minutes after a restart or fresh installation." ,
"type" : "info"
}
]
2025-06-27 23:11:24 +02:00
}