Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| services:calibre-web-automated [2026/06/04 08:47] – created willy | services:calibre-web-automated [2026/06/04 09:00] (current) – [Reverse Proxy] willy | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| Then, as user **cwa**, create the following docker compose yaml (see [[https:// | Then, as user **cwa**, create the following docker compose yaml (see [[https:// | ||
| <file - docker-compose.yml> | <file - docker-compose.yml> | ||
| + | services: | ||
| + | calibre-web-automated: | ||
| + | image: crocodilestick/ | ||
| + | container_name: | ||
| + | environment: | ||
| + | - TZ=Europe/ | ||
| + | - HARDCOVER_TOKEN=[[ see below ]] | ||
| + | - NETWORK_SHARE_MODE=false | ||
| + | - CWA_PORT_OVERRIDE=8083 | ||
| + | volumes: | ||
| + | - / | ||
| + | - / | ||
| + | - / | ||
| + | - / | ||
| + | ports: | ||
| + | - 7083:8083 | ||
| + | networks: | ||
| + | - cwa-net | ||
| + | networks: | ||
| + | cwa-net: {} | ||
| </ | </ | ||
| Line 33: | Line 52: | ||
| podman compose pull | podman compose pull | ||
| </ | </ | ||
| + | |||
| + | Setup your API token, see [[https:// | ||
| ===== Reverse Proxy ===== | ===== Reverse Proxy ===== | ||
| Line 38: | Line 59: | ||
| This is my recomended setup for NGINX: | This is my recomended setup for NGINX: | ||
| <file - cwa.conf> | <file - cwa.conf> | ||
| - | server { | ||
| server { | server { | ||
| server_name books.mydomain.com; | server_name books.mydomain.com; | ||