mirror of
https://github.com/calibrain/shelfmark.git
synced 2026-02-20 15:56:36 -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)
20 lines
618 B
YAML
20 lines
618 B
YAML
# Local development - Tor variant
|
|
services:
|
|
calibre-web-automated-book-downloader-tor-dev:
|
|
extends:
|
|
file: ./docker-compose.tor.yml
|
|
service: calibre-web-automated-book-downloader-tor
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
target: cwa-bd-tor
|
|
environment:
|
|
DEBUG: true
|
|
volumes:
|
|
- ./.local/config:/config
|
|
- ./.local/ingest:/cwa-book-ingest
|
|
- ./.local/log:/var/log/cwa-book-downloader
|
|
- ./.local/tmp:/tmp/cwa-book-downloader
|
|
# Download client mount (must match your torrent/usenet client's volume)
|
|
# - /path/to/downloads:/downloads
|