Skip to content

Commit 4188e1f

Browse files
committed
Add shelfmark and align CWA books/ingest paths
1 parent 2a25114 commit 4188e1f

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

services/c137/02-mediaservers/compose.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ services:
9797
volumes:
9898
- "{{ appdata_path }}/mediaservers/calibre-web/config:/config"
9999
# This is an ingest dir, NOT a library one. Anything added here will be automatically added to your library according to the settings you have configured in CWA Settings page. All files placed here are REMOVED AFTER PROCESSING
100-
- "{{ appdata_path }}/mediaservers/calibre-web/book-ingest:/cwa-book-ingest"
101-
- "{{ appdata_path }}/mediaservers/calibre-web/calibre-lib:/calibre-library"
100+
- "{{ download_path }}/complete/books:/cwa-book-ingest"
101+
#- "{{ appdata_path }}/mediaservers/calibre-web/book-ingest:/cwa-book-ingest"
102+
- "{{ storage_path }}/media/books:/calibre-library"
102103
- "{{ appdata_path }}/mediaservers/calibre-web/calibre-plugins:/config/.config/calibre/plugins"
103104
restart: unless-stopped
104105
# calibre-web:

services/c137/03-arrmatey/compose.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,20 @@ services:
131131
labels:
132132
- traefik.enable=true
133133
- "traefik.http.routers.seerr.rule=Host(`seerr.{{ m_wd_domain_me }}`)"
134-
restart: unless-stopped
134+
restart: unless-stopped
135+
shelfmark:
136+
image: ghcr.io/calibrain/shelfmark:latest
137+
container_name: shelfmark
138+
volumes:
139+
- "{{ appdata_path }}/arrmatey/shelfmark:/config"
140+
- "{{ storage_path }}/media/books:/books"
141+
- "{{ download_path }}/complete/books:/downloads"
142+
labels:
143+
- traefik.enable=true
144+
- "traefik.http.routers.shelfmark.rule=Host(`shelfmark.{{ m_wd_domain_me }}`)"
145+
- traefik.http.services.shelfmark.loadbalancer.server.port=8084
146+
environment:
147+
- "PUID={{ docker_compose_generator_uid }}"
148+
- "PGID={{ docker_compose_generator_gid }}"
149+
- "TZ={{ host_timezone }}"
150+
restart: unless-stopped

0 commit comments

Comments
 (0)