fix: address PR review feedback

- 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]
This commit is contained in:
mikolaj92
2026-02-10 07:03:34 +01:00
parent 3145790474
commit ac4dab5a66
3 changed files with 3 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ msg_ok "Created Data Directory"
# =============================================================================
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/cps.service
cat <<EOF >/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"
# =============================================================================