AppsE-booksCalibre Web Automated Book Downloader

Calibre Web Automated Book Downloader

An intuitive web interface for searching and requesting book downloads, designed to work seamlessly with Calibre-Web-Automated.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  calibre-web-automated-book-downloader:
    image: ghcr.io/calibrain/calibre-web-automated-book-downloader:latest
    environment:
      FLASK_PORT: 8084
      LOG_LEVEL: info
      BOOK_LANGUAGE: en
      USE_BOOK_TITLE: true
      TZ: America/New_York
      APP_ENV: prod
      UID: 1000
      GID: 100
    ports:
      - 8084:8084
    restart: unless-stopped
    volumes:
    # This is where the books will be downloaded to, usually it would be 
    # the same as whatever you gave in "calibre-web-automated"
      - /tmp/data/calibre-web/ingest:/cwa-book-ingest

Resources

GitHub: https://github.com/calibrain/calibre-web-automated-book-downloader

GitHub Container Registry: https://github.com/calibrain/calibre-web-automated-book-downloader/pkgs/container/calibre-web-automated-book-downloader

Configuration: https://github.com/calibrain/calibre-web-automated-book-downloader#%EF%B8%8F-configuration