docs: fix broken codeblocks (#3142)
This commit is contained in:
parent
e321b09d8b
commit
bba38c31ac
@ -23,7 +23,7 @@ Before following any steps, be sure that your system is up-to-date.
|
|||||||
|
|
||||||
- [:rocket: Install LibreTime](./install/README.md)
|
- [:rocket: Install LibreTime](./install/README.md)
|
||||||
- [:arrow_up: Upgrade from a previous install](./install/upgrade.md)
|
- [:arrow_up: Upgrade from a previous install](./install/upgrade.md)
|
||||||
- [:airplane_arriving: Migrate from Airtime](./install/migrate-from-airtime.md)
|
- [:arrow_lower_right: Migrate from Airtime](./install/migrate-from-airtime.md)
|
||||||
- [:gear: Configure your installation](./configuration.md)
|
- [:gear: Configure your installation](./configuration.md)
|
||||||
- [:lock: Put your installation behind a reverse proxy](./install/reverse-proxy.md)
|
- [:lock: Put your installation behind a reverse proxy](./install/reverse-proxy.md)
|
||||||
|
|
||||||
|
|||||||
@ -18,9 +18,8 @@ Before installing LibreTime, you need to make sure that [Docker](https://docs.do
|
|||||||
|
|
||||||
First, set the version you want to install:
|
First, set the version you want to install:
|
||||||
|
|
||||||
<CodeBlock language="bash">
|
{/* prettier-ignore */}
|
||||||
echo LIBRETIME_VERSION="{vars.version}" > .env
|
<CodeBlock language="bash">echo LIBRETIME_VERSION="{vars.version}" > .env</CodeBlock>
|
||||||
</CodeBlock>
|
|
||||||
|
|
||||||
Download the docker compose files from the repository:
|
Download the docker compose files from the repository:
|
||||||
|
|
||||||
|
|||||||
@ -68,16 +68,13 @@ Download the [latest released](https://github.com/libretime/libretime/releases)
|
|||||||
|
|
||||||
Or directly from the command-line:
|
Or directly from the command-line:
|
||||||
|
|
||||||
<CodeBlock language="bash">
|
{/* prettier-ignore */}
|
||||||
wget https://github.com/libretime/libretime/releases/download/{vars.version}
|
<CodeBlock language="bash">wget {"https://github.com/libretime/libretime/releases/download/" + vars.version + "/libretime-" + vars.version + ".tar.gz"}</CodeBlock>
|
||||||
/libretime-{vars.version}.tar.gz
|
|
||||||
</CodeBlock>
|
|
||||||
|
|
||||||
And extract the tarball:
|
And extract the tarball:
|
||||||
|
|
||||||
<CodeBlock language="bash">
|
{/* prettier-ignore */}
|
||||||
tar -xvf libretime-{vars.version}.tar.gz && cd libretime
|
<CodeBlock language="bash">tar -xvf libretime-{vars.version}.tar.gz && cd libretime</CodeBlock>
|
||||||
</CodeBlock>
|
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem label="Git repository" value="git">
|
<TabItem label="Git repository" value="git">
|
||||||
|
|||||||
@ -91,7 +91,7 @@ Setting the value of _fallback-override_ to 1 (enabled) means that when the `/li
|
|||||||
|
|
||||||
Connect the other source to the Icecast server with the same parameters defined in the `/etc/libretime/liquidsoap.cfg` file, except for the mount point. This should one of the mount points you have defined in the `/etc/icecast2/icecast.xml` file, such as `/live.ogg` in the example above.
|
Connect the other source to the Icecast server with the same parameters defined in the `/etc/libretime/liquidsoap.cfg` file, except for the mount point. This should one of the mount points you have defined in the `/etc/icecast2/icecast.xml` file, such as `/live.ogg` in the example above.
|
||||||
|
|
||||||
:::tip Streaming with Mixxx
|
:::tip[Streaming with Mixxx]
|
||||||
|
|
||||||
To configure Mixxx for streaming to Icecast, click _Options_, _Preferences_, then _Live Broadcasting_. For server _Type_, select the default of _Icecast 2_ when streaming to Debian or Ubuntu servers.
|
To configure Mixxx for streaming to Icecast, click _Options_, _Preferences_, then _Live Broadcasting_. For server _Type_, select the default of _Icecast 2_ when streaming to Debian or Ubuntu servers.
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ We assume you already [installed LibreTime using docker-compose](../install/READ
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
:::note links
|
:::note[Links]
|
||||||
|
|
||||||
- https://github.com/mviereck/x11docker/wiki/Container-sound:-ALSA-or-Pulseaudio#pulseaudio-with-shared-socket
|
- https://github.com/mviereck/x11docker/wiki/Container-sound:-ALSA-or-Pulseaudio#pulseaudio-with-shared-socket
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ Before using the widgets, make sure LibreTime's Public API is enabled in **Setti
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
:::tip Note
|
:::tip[Note]
|
||||||
|
|
||||||
LibreTime widgets can't function through VPNs or SSH tunneling. The instance must be accessible from the internet for the widgets to work.
|
LibreTime widgets can't function through VPNs or SSH tunneling. The instance must be accessible from the internet for the widgets to work.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user