mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-02-20 07:46:18 -05:00
- 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)
17 lines
573 B
YAML
17 lines
573 B
YAML
services:
|
|
calibre-web-automated-book-downloader:
|
|
image: ghcr.io/calibrain/calibre-web-automated-book-downloader:latest
|
|
container_name: calibre-web-automated-book-downloader
|
|
environment:
|
|
# TZ: America/New_York
|
|
# PUID: 1000
|
|
# PGID: 1000
|
|
ports:
|
|
- 8084:8084
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /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
|