From cc17a6dc9cbe1aa0cb7f12d16566bc6ec89b8a0a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:54:21 +0200 Subject: [PATCH] add booklore json --- ct/booklore.sh | 2 +- frontend/public/json/booklore.json | 35 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 frontend/public/json/booklore.json diff --git a/ct/booklore.sh b/ct/booklore.sh index 0e1bc386..77474d49 100644 --- a/ct/booklore.sh +++ b/ct/booklore.sh @@ -8,7 +8,7 @@ source <(curl -s https://git.community-scripts.org/community-scripts/ProxmoxVED/ APP="BookLore" var_tags="${var_tags:-books;library}" var_cpu="${var_cpu:-1}" -var_ram="${var_ram:-2048}" +var_ram="${var_ram:-1024}" var_disk="${var_disk:-7}" var_os="${var_os:-debian}" var_version="${var_version:-12}" diff --git a/frontend/public/json/booklore.json b/frontend/public/json/booklore.json new file mode 100644 index 00000000..420576e3 --- /dev/null +++ b/frontend/public/json/booklore.json @@ -0,0 +1,35 @@ +{ + "name": "BookLore", + "slug": "booklore", + "categories": [ + 13 + ], + "date_created": "2025-06-23", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 6060, + "documentation": "https://github.com/ejmg/booklore", + "website": "https://booklore.app/", + "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": 1, + "ram": 1024, + "hdd": 7, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}