mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-09-24 21:30:26 +01:00
Prowlarr non-category search fallback, bypass optimizations, and code cleanup (#379)
- Prowlarr: Added automatic fallback to search without category filter when indexers return no results with book category (7000), improving compatibility with indexers that don't support category filtering - Prowlarr: Hide language filter in UI since Prowlarr has unreliable language metadata - Bypass: Refactored internal bypasser with code cleanup, extracted helper functions, and added health check capability - Bypass: Added fingerprint module for screen size handling - qBittorrent: Fixed connection test to use web API version instead of app version - Frontend: Added supported_filters config to control which filters display per source - Auth: Improved CWA database path validation (now uses Path object properly)
This commit is contained in:
+5
-8
@@ -3,17 +3,14 @@ services:
|
||||
image: ghcr.io/calibrain/calibre-web-automated-book-downloader:latest
|
||||
container_name: calibre-web-automated-book-downloader
|
||||
environment:
|
||||
TZ: America/New_York
|
||||
# TZ: America/New_York
|
||||
# PUID: 1000
|
||||
# PGID: 1000
|
||||
# CWA_DB_PATH: /auth/app.db
|
||||
ports:
|
||||
- 8084:8084
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /tmp/data/calibre-web/ingest:/cwa-book-ingest # This is where the books will be downloaded and ingested by your book management application
|
||||
- /path/to/config:/config # Configuration files and database
|
||||
# Download client volume - required for Prowlarr/torrent/usenet integration
|
||||
# IMPORTANT: Both sides of this mount must match your download client's volume mount exactly.
|
||||
# Example: if qBittorrent has "/mnt/storage/downloads:/data/torrents", use the same here:
|
||||
# - /mnt/storage/downloads:/data/torrents
|
||||
- /path/to/ingest:/cwa-book-ingest # Book ingest directory
|
||||
- /path/to/config:/config # App configuration
|
||||
# Download client mount (must match your torrent/usenet client's volume)
|
||||
# - /path/to/downloads:/downloads
|
||||
|
||||
Reference in New Issue
Block a user