Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tegraxd/lavalink-server
- Owner: TEGRAXD
- Created: 2024-12-24T06:08:35.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-24T06:25:14.000Z (about 1 month ago)
- Last Synced: 2024-12-24T07:30:11.363Z (about 1 month ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.