sintonia/docs
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
..
admin-manual feat!: use nginx to serve media files (#2860) 2023-12-30 18:59:15 +01:00
appendix docs: fix vale linting error 2022-09-26 09:13:25 +02:00
contributor-manual build: replace custom release script with release-please (#2817) 2023-12-22 19:19:12 +01:00
developer-manual docs: be consistent with example domain (#2568) 2023-05-26 14:00:34 +01:00
releases feat!: default system output is now `pulseaudio` (#2842) 2023-12-27 18:23:40 +01:00
user-manual docs: fix broken link (#2616) 2023-07-07 08:30:21 +01:00
README.md chore: force docs sync 2023-05-12 13:44:31 +01:00
contribute.md docs: fix broken links 2023-04-12 16:50:04 +01:00

README.md

title sidebar_position
Welcome 10

Welcome to the LibreTime documentation, you should find everything you need to know about LibreTime.

Getting started

Are you new to LibreTime? This is the place to start!

The documentation is divided into multiple parts:

  • the Administrator manual provide guides and references to setup and configure LibreTime.
  • the User manual provide guides and tutorials for managers, and content creators to use LibreTime.
  • the Developer manual provide guides to integrate LibreTime, or improve and contribute to LibreTime.

Getting help

Having trouble? Wed like to help!

History

LibreTime is a fork of AirTime due to stalled development of the open source version. For background on this, see this open letter to the Airtime community.

Airtime itself was based on the software called Campcaster. You can find more information about the early days of Campcaster and Airtime in the repository.