Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tegraxd/lavalink-server

This project is a customized Lavalink server configured with the YouTube Plugin
https://github.com/tegraxd/lavalink-server

Last synced: about 1 month ago
JSON representation

This project is a customized Lavalink server configured with the YouTube Plugin

Awesome Lists containing this project

README

        

# Lavalink Server (YouTube Enabled)
This project is a customized Lavalink server configured with the **YouTube Plugin**.

## Youtube Plugin Version
`1.11.2`

For more versions see their [repository](https://github.com/lavalink-devs/youtube-source/releases) or [maven](https://maven.lavalink.dev/).

## Download
```bash
cd lavalink-server
wget https://github.com/lavalink-devs/Lavalink/releases/download/4.0.8/Lavalink.jar
```
You can see more versions in their [repository](https://github.com/lavalink-devs/Lavalink/releases).

## Running
You are able to run Lavalink using Java.
```bash
java -jar Lavalink.jar
```

## Docker
```bash
docker compose up --build -d
```
See [docker-compose.yaml](docker-compose.yaml) and [Dockerfile](Dockerfile) for more details.