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. |
||
---|---|---|
.. | ||
install | ||
tutorials | ||
README.md | ||
_category_.yml | ||
backup.md | ||
configuration.md | ||
custom-authentication.md | ||
default-passwords.md | ||
icecast-screenshot223-icecast_utf-8_metadata.png | ||
library.md | ||
monitoring.md | ||
stream-configuration.md | ||
troubleshooting-status-page.png | ||
troubleshooting.md | ||
uninstall.md |
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
- 🚀 Install LibreTime
- ⬆️ Upgrade from a previous install
- :airplane_arriving: Migrate from Airtime
- ⚙️ Configure your installation
- 🔒 Put your installation behind a reverse proxy