1
0

calibre-web-automated: enable hardcover integration

This commit is contained in:
2026-04-19 17:10:39 +02:00
parent 5e289816c5
commit b6e1aa9392
+7
View File
@@ -1,4 +1,8 @@
--- ---
secrets:
hardcover_api_token:
file: ../secretes/hardcover_api_token
services: services:
calibre-web-automated: calibre-web-automated:
image: crocodilestick/calibre-web-automated:v4.0.6 image: crocodilestick/calibre-web-automated:v4.0.6
@@ -13,10 +17,13 @@ services:
# otherwise downloading books to device fails # otherwise downloading books to device fails
caddy: "cwa.${DOMAIN}, http://cwa.${DOMAIN}, http://books.${DOMAIN_LOCAL}, books.${DOMAIN_LOCAL}" caddy: "cwa.${DOMAIN}, http://cwa.${DOMAIN}, http://books.${DOMAIN_LOCAL}, books.${DOMAIN_LOCAL}"
caddy.reverse_proxy: "{{ upstreams 8083 }}" caddy.reverse_proxy: "{{ upstreams 8083 }}"
secrets:
- hardcover_api_token
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${PGID} - PGID=${PGID}
- TZ=${TZ} - TZ=${TZ}
- HARDCOVER_TOKEN=Bearer eyJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJIYXJkY292ZXIiLCJ2ZXJzaW9uIjoiOCIsImp0aSI6IjU2ZjQ5OWU2LWU1MGQtNDY3Mi05ZTRiLTlkODk4ZGNlMzQ3YyIsImFwcGxpY2F0aW9uSWQiOjIsInN1YiI6IjM0NTIyIiwiYXVkIjoiMSIsImlkIjoiMzQ1MjIiLCJsb2dnZWRJbiI6dHJ1ZSwiaWF0IjoxNzcwMDQzNzg5LCJleHAiOjE4MDE1Nzk3ODksImh0dHBzOi8vaGFzdXJhLmlvL2p3dC9jbGFpbXMiOnsieC1oYXN1cmEtYWxsb3dlZC1yb2xlcyI6WyJ1c2VyIl0sIngtaGFzdXJhLWRlZmF1bHQtcm9sZSI6InVzZXIiLCJ4LWhhc3VyYS1yb2xlIjoidXNlciIsIlgtaGFzdXJhLXVzZXItaWQiOiIzNDUyMiJ9LCJ1c2VyIjp7ImlkIjozNDUyMn19.kfoxQotcFvuoPYBiLCJV3YCpV-iEVMV-TYq-Ywodv40
volumes: volumes:
- ${CWA_CONFIG_DIR}:/config - ${CWA_CONFIG_DIR}:/config
# calibre-web-automated only supports one library as of 2026-01-12 # calibre-web-automated only supports one library as of 2026-01-12