libretime/docker
Jonas L 4603c1759f
feat!: use nginx to serve media files (#2860)
Closes #2522

To reduce the strain on the API service, we moved the media file serving
to the Nginx web server. The API is still handling the authentication,
but delegates the serving using the `X-Accel-Redirect` header.

BREAKING CHANGE: The media file serving is now handled by Nginx instead
of the API service. The `storage.path` field is now used in the Nginx
configuration, so make sure to update the Nginx configuration file if
you change it.
2023-12-30 18:59:15 +01:00
..
example feat!: use nginx to serve media files (#2860) 2023-12-30 18:59:15 +01:00
config.template.yml feat!: use nginx to serve media files (#2860) 2023-12-30 18:59:15 +01:00
config.yml feat!: use nginx to serve media files (#2860) 2023-12-30 18:59:15 +01:00
nginx.conf feat!: use nginx to serve media files (#2860) 2023-12-30 18:59:15 +01:00
pulse.client.conf docs: add pulseaudio output in containers tutorial (#2166) 2023-02-26 20:39:10 +02:00