From ac4dab5a661cbb9d800b9493753110fb2022da8c Mon Sep 17 00:00:00 2001 From: mikolaj92 <7442637+mikolaj92@users.noreply.github.com> Date: Tue, 10 Feb 2026 07:03:34 +0100 Subject: [PATCH] fix: address PR review feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename service: cps.service → calibre-web.service (consistency) - Fix logo URL: /webp/ → /webp/flat/ (required CDN format) - Remove git submodule: skills/qmd (accidental addition) Resolves review comments from greptile-apps[bot] --- frontend/public/json/calibre-web.json | 2 +- install/calibre-web-install.sh | 4 ++-- skills/qmd | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 160000 skills/qmd diff --git a/frontend/public/json/calibre-web.json b/frontend/public/json/calibre-web.json index ef08fcd6e..ef7d1b88b 100644 --- a/frontend/public/json/calibre-web.json +++ b/frontend/public/json/calibre-web.json @@ -11,7 +11,7 @@ "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", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/flat/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": [ diff --git a/install/calibre-web-install.sh b/install/calibre-web-install.sh index 6eb9a5b69..0f67f168e 100644 --- a/install/calibre-web-install.sh +++ b/install/calibre-web-install.sh @@ -65,7 +65,7 @@ msg_ok "Created Data Directory" # ============================================================================= msg_info "Creating Service" -cat </etc/systemd/system/cps.service +cat </etc/systemd/system/calibre-web.service [Unit] Description=Calibre-Web Service After=network.target @@ -81,7 +81,7 @@ RestartSec=5 [Install] WantedBy=multi-user.target EOF -systemctl enable -q --now cps +systemctl enable -q --now calibre-web msg_ok "Created Service" # ============================================================================= diff --git a/skills/qmd b/skills/qmd deleted file mode 160000 index d0af0396a..000000000 --- a/skills/qmd +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d0af0396a7a23bc87aa3188ffc320fc8f83ccae4