### Description The upload limits settings are configured in the libretime nginx config, but must also be part of the reverse proxy. |
||
---|---|---|
.. | ||
README.md | ||
install-using-docker.md | ||
install-using-the-installer.md | ||
migrate-from-airtime.md | ||
reverse-proxy.md | ||
upgrade.md |
README.md
title | sidebar_position |
---|---|
Install | 00 |
This guide walk you though the steps required to install LibreTime on your system.
Minimum system requirements
- 1 Ghz Processor
- 2 GB RAM recommended (1 GB required)
- A static external IP address (How to setup a static ip using Netplan)
:::warning
Make sure that you have configured a firewall and it's not blocking connection to the desired ports.
LibreTime requires the following default ports to be open:
80
for the web interface,8000
for the Icecast streams,8001
and8002
for the live stream input endpoint.
:::
Choose your installation method
:::tip
If you are coming from Airtime, please follow the Airtime migration guide.
:::
You can install LibreTime using the one of the following methods:
- 🚀 Using docker
- 🚀 Using the installer
- 🚧 Using ansible