Skip to content

Commit

Permalink
Switch to CWA
Browse files Browse the repository at this point in the history
  • Loading branch information
stilktf committed Sep 29, 2024
1 parent 9c6980a commit 14577b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@
changed_when: docker_valid.rc != 0
- name: Setup Calibre container
community.docker.docker_container:
name: calibre
image: lscr.io/linuxserver/calibre-web
name: calibre-web-automated
image: driftywinds/cwa:latest
volumes:
- /opt/calibre-web/data/:/config
- /mnt/synology/Calibre Library:/books # get books from nas
- /opt/calibre-web-automated/config/:/config
- /opt/calibre-web-automated/book-ingest:/cwa-book-ingest
- /mnt/synology/Calibre Library:/calibre-library # get books from nas
restart_policy: unless-stopped
ports:
- 8083:8083
env:
TZ: Europe/Oslo
PUID: "1000"
PGID: "1000"
DOCKER_MODS: "lscr.io/linuxserver/mods:universal-calibre-v7.16.0"
- name: Check if NAS mount exists
ansible.builtin.stat:
path: /mnt/synology
Expand Down
2 changes: 1 addition & 1 deletion roles/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
- src: borgbase.ansible_role_borgbackup
- src: borgbase.ansible_role_borgbackup

0 comments on commit 14577b3

Please sign in to comment.