docs: fix broken codeblocks (#3142)

This commit is contained in:
Kyle Robbertze 2025-03-14 11:46:04 +00:00 committed by GitHub
parent e321b09d8b
commit bba38c31ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 10 additions and 14 deletions

View File

@ -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)

View File

@ -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:

View File

@ -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">

View File

@ -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.

View File

@ -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

View File

@ -10,7 +10,7 @@ Before using the widgets, make sure LibreTime's Public API is enabled in **Setti
![](./widgets-widgets_settings.png) ![](./widgets-widgets_settings.png)
:::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.