libretime/docs/admin-manual
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
..
install feat(installer)!: change default listen port to 8080 (#2852) 2023-12-29 17:49:07 +01:00
tutorials Merge branch 'stable' 2023-05-01 10:16:56 +02:00
README.md docs: rename setup to install 2023-04-21 16:59:23 +01:00
_category_.yml docs: update structure and create links between pages (#1611) 2022-02-21 09:16:54 +02:00
backup.md docs: rename setup to install 2023-04-21 16:59:23 +01:00
configuration.md feat!: use nginx to serve media files (#2860) 2023-12-30 18:59:15 +01:00
custom-authentication.md docs: add out of date warning to custom auth setup 2022-08-03 15:01:15 +02:00
default-passwords.md docs: fix vale linting errors 2022-09-26 09:13:25 +02:00
icecast-screenshot223-icecast_utf-8_metadata.png docs: update structure and create links between pages (#1611) 2022-02-21 09:16:54 +02:00
library.md feat: use dedicated 'libretime' user 2022-07-07 10:51:07 +02:00
monitoring.md docs: add instructions for the sentry setup (#2441) 2023-03-15 13:13:37 +00:00
stream-configuration.md feat: set icecast mount default charset to UTF-8 2023-04-12 11:42:51 +01:00
troubleshooting-status-page.png docs: update structure and create links between pages (#1611) 2022-02-21 09:16:54 +02:00
troubleshooting.md docs: add small faq for troubleshooting 2023-02-02 08:23:03 +02:00
uninstall.md docs: fix vale linting errors 2022-09-26 09:13:25 +02:00

README.md

title
Administrator manual

Welcome to the LibreTime administrator manual, you should find guides and references to setup and configure LibreTime.

:::caution

This documentation assumes that you:

  • have basic understanding of command line interfaces,
  • have a basic understanding of networking.

:::

:::tip

Before following any steps, be sure that your system is up-to-date.

:::

Install and configure

Advanced