docs: move configuration documentation
This commit is contained in:
parent
5a083886c5
commit
8052622e69
8 changed files with 15 additions and 15 deletions
|
@ -24,7 +24,7 @@ Before following any steps, be sure that your system is up-to-date.
|
|||
- [:rocket: Install LibreTime](./setup/install.md)
|
||||
- [:arrow_up: Upgrade from a previous install](./setup/upgrade.md)
|
||||
- [:airplane_arriving: Migrate from Airtime](./setup/migrate-from-airtime.md)
|
||||
- [:gear: Configure your installation](./setup/configuration.md)
|
||||
- [:gear: Configure your installation](./configuration.md)
|
||||
- [:lock: Put your installation behind a reverse proxy](./setup/reverse-proxy.md)
|
||||
|
||||
## Advanced
|
||||
|
|
|
@ -47,7 +47,7 @@ Please read the `pg_dump` usage for additional details.
|
|||
|
||||
You need to backup the entire file storage, which holds all the files of your installation.
|
||||
|
||||
The path to your storage is defined in the [configuration](./setup/configuration.md) file.
|
||||
The path to your storage is defined in the [configuration](./configuration.md) file.
|
||||
|
||||
## Restore a backup
|
||||
|
||||
|
@ -59,9 +59,9 @@ If you are restoring a backup on an existing system, make sure to clean the old
|
|||
|
||||
### Restore the configuration
|
||||
|
||||
Copy the backed configuration files back to the [configuration](./setup/configuration.md) folder.
|
||||
Copy the backed configuration files back to the [configuration](./configuration.md) folder.
|
||||
|
||||
If you are upgrading LibreTime, edit the configuration file to match the new configuration schema and update any changed values. See the [configuration](./setup/configuration.md) documentation for more details.
|
||||
If you are upgrading LibreTime, edit the configuration file to match the new configuration schema and update any changed values. See the [configuration](./configuration.md) documentation for more details.
|
||||
|
||||
### Restore the database
|
||||
|
||||
|
@ -95,4 +95,4 @@ If you are upgrading LibreTime, make sure to apply the [database migration](./se
|
|||
|
||||
Copy the entire backed file storage back to the storage path.
|
||||
|
||||
The path to your storage is defined in the [configuration](./setup/configuration.md) file.
|
||||
The path to your storage is defined in the [configuration](./configuration.md) file.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Configuration
|
||||
sidebar_position: 20
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
To configure LibreTime, you need to edit the `/etc/libretime/config.yml` file. This page describe the available options to configure your installation.
|
||||
|
@ -455,7 +455,7 @@ stream:
|
|||
|
||||
## LDAP
|
||||
|
||||
The `ldap` section provide additional configuration for the authentication mechanism defined in `general.auth`, please see the [custom authentication documentation](../custom-authentication.md) for more details.
|
||||
The `ldap` section provide additional configuration for the authentication mechanism defined in `general.auth`, please see the [custom authentication documentation](./custom-authentication.md) for more details.
|
||||
|
||||
```yml
|
||||
ldap:
|
|
@ -198,7 +198,7 @@ sudo adduser libretime audio
|
|||
|
||||
### Setup
|
||||
|
||||
Once the installation is completed, edit the [configuration file](./configuration.md) at `/etc/libretime/config.yml` to fill required information and to match your needs.
|
||||
Once the installation is completed, edit the [configuration file](../configuration.md) at `/etc/libretime/config.yml` to fill required information and to match your needs.
|
||||
|
||||
Next, run the following commands to setup the database:
|
||||
|
||||
|
@ -265,7 +265,7 @@ You can find more details in the `docker-compose.yml` file or on the external se
|
|||
|
||||
:::
|
||||
|
||||
Next, edit the [configuration file](./configuration.md) at `./config.yml` to set the previously generated passwords, fill required information, and to match your needs.
|
||||
Next, edit the [configuration file](../configuration.md) at `./config.yml` to set the previously generated passwords, fill required information, and to match your needs.
|
||||
|
||||
:::info
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ You have to restore the **database**, the **files storage** and the **configurat
|
|||
|
||||
## Update the configuration files
|
||||
|
||||
Update the configuration file to match the new configuration schema and update any changed values. See the [configuration](./configuration.md) documentation for more details.
|
||||
Update the configuration file to match the new configuration schema and update any changed values. See the [configuration](../configuration.md) documentation for more details.
|
||||
|
||||
Edit the Icecast password in `/etc/icecast2/icecast.xml` to reflect the password used in Airtime.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue