Skip to content

Commit

Permalink
♻️ More cwa customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Jan 15, 2025
1 parent 02073f3 commit 63f7199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/cwa/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cwa_group_id: "1000"
# directories
cwa_data_directory: "{{ docker_home }}/cwa"
cwa_books_root: "{{ books_root }}"
cwa_ingest_directory: "{{ cwa_data_directory }}/ingest"

# other
cwa_ebook_conversion: "lscr.io/linuxserver/mods:universal-calibre-v7.16.0"
Expand Down
2 changes: 1 addition & 1 deletion roles/cwa/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
volumes:
- "{{ cwa_data_directory }}/config:/config"
- "{{ cwa_books_root }}:/calibre-library"
- "{{ cwa_data_directory }}/ingest:/cwa-book-ingest"
- "{{ cwa_ingest_directory }}:/cwa-book-ingest"
env:
TZ: "{{ ansible_nas_timezone }}"
PUID: "{{ cwa_user_id }}"
Expand Down

0 comments on commit 63f7199

Please sign in to comment.