We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TRUSTED_PROXY_COUNT
1 parent 3ba638b commit 048a9ebCopy full SHA for 048a9eb
roles/calibre_web_automated/templates/compose.override.yml.j2
@@ -14,6 +14,7 @@ services:
14
environment:
15
- TZ={{ timezone }}
16
- HARDCOVER_TOKEN={{ calibre_web_automated_hardcover_token }}
17
+ - TRUSTED_PROXY_COUNT=2 # Cloudflare Tunnel + reverse proxy (Caddy)
18
volumes:
19
- "{{ calibre_web_automated_data_dir }}/config:/config"
20
- "{{ calibre_web_automated_data_dir }}/upload:/cwa-book-ingest"
0 commit comments