Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Calibre-Web-Automated into Calibre web #7

Open
compgeniuses opened this issue Sep 5, 2024 · 0 comments
Open

Add Calibre-Web-Automated into Calibre web #7

compgeniuses opened this issue Sep 5, 2024 · 0 comments

Comments

@compgeniuses
Copy link
Contributor

compgeniuses commented Sep 5, 2024

This is a Suggestion for Adding calibre web automated into the Calibre web App for NS8
https://github.com/crocodilestick/Calibre-Web-Automated?ref=selfh.st

The App has been implemented as a docker compose setup, and is intended to make it eay to Upload files to calibrre web

---
services:
  calibre-web-automated:
    image: crocodilestick/calibre-web-automated:latest
    container_name: calibre-web-automated
    environment:
      - PUID=1000
      - PGID=100
      - TZ=UTC
      - DOCKER_MODS=linuxserver/mods:universal-calibre
    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
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant