# Files — Filestash player file share (filestash service). Shared login, # writable. See plan/20-files.md. # # Filestash blocks any request whose Host header doesn't match its configured # `general.host` (https://files.${BASE_DOMAIN}), with "only traffic from X is # allowed". The host nginx forwards the original Host, and caddy passes it # through untouched — do NOT rewrite it here or every request 403s. http://files.{$BASE_DOMAIN} { reverse_proxy filestash:8334 }