AppsE-booksCalibre Web Automated

Calibre-Web Automated

Calibre-Web but automated and with Calibre features, Fully automate and simplify your eBook set up.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  calibre-web-automated:
    image: crocodilestick/calibre-web-automated:latest
    container_name: calibre-web-automated
    environment:
      - PUID=1000
      - PGID=100
      - TZ=UTC
      - DOCKER_MODS=lscr.io/linuxserver/mods:universal-calibre-v7.16.0
    volumes:
      - /path/to/config/folder:/config
      - /path/to/the/folder/you/want/to/use/for/book/ingest:/cwa-book-ingest
      - /path/to/your/calibre/library:/calibre-library
      #- /path/to/where/you/keep/your/books:/books #Optional
      #- /path/to/your/gmail/credentials.json:/app/calibre-web/gmail.json #Optional
    ports:
      - 8084:8083 # Change the first number to change the port you want to access the Web UI, not the second
    restart: unless-stopped

Resources

GitHub: https://github.com/crocodilestick/Calibre-Web-Automated

Docker Hub: https://hub.docker.com/r/crocodilestick/calibre-web-automated

Configuration: https://github.com/crocodilestick/Calibre-Web-Automated#using-docker-compose-recommended