add(metadata): hardcover and google books as ebook providers

This commit is contained in:
Steppenstreuner
2026-08-31 07:32:01 +02:00
parent e6b6eba138
commit f08417cdc0
9 changed files with 484 additions and 15 deletions
+3
View File
@@ -11,4 +11,7 @@ services:
- /mnt/library:/library
environment:
- WORDARR_DOWNLOAD_DIR=/mnt/downloads
# Token unter hardcover.app/account/api erzeugen — ohne ihn fällt die
# Ebook-Suche auf Google Books und Open Library zurück.
- WORDARR_HARDCOVER_TOKEN=${WORDARR_HARDCOVER_TOKEN:-}
restart: unless-stopped