Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appujet/lavalink-list
A list of free and available public Lavalink nodes with their live status. Feel free to make a pull request!
https://github.com/appujet/lavalink-list
discord-js free-lavalink free-lavalink-hosting lavalink lavalink-client lavalink-client-host lavalink-discord lavalink-hosting lavalink-music lavalink-musicbot lavalink-node lavalink-replit lavalink-search lavalink-server lavalink-status lavaplayer
Last synced: 3 months ago
JSON representation
A list of free and available public Lavalink nodes with their live status. Feel free to make a pull request!
- Host: GitHub
- URL: https://github.com/appujet/lavalink-list
- Owner: appujet
- Created: 2021-12-13T10:18:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T06:17:50.000Z (9 months ago)
- Last Synced: 2024-05-02T05:59:40.610Z (9 months ago)
- Topics: discord-js, free-lavalink, free-lavalink-hosting, lavalink, lavalink-client, lavalink-client-host, lavalink-discord, lavalink-hosting, lavalink-music, lavalink-musicbot, lavalink-node, lavalink-replit, lavalink-search, lavalink-server, lavalink-status, lavaplayer
- Language: TypeScript
- Homepage: https://lavainfo.moebot.pro/
- Size: 1.1 MB
- Stars: 54
- Watchers: 1
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Issues][issues-shield]][issues-url]
[![Forks][forks-shield]][forks-url]
[![Stars][stars-shield]][stars-url]
Lavalink list
A list of free and available public Lavalink nodes with their live status. Feel free to make a pull request!
View Website
.
Make a pull request
·
Support Server
## How to add my node?
1. Fork this repository
2. Edit the `nodes.json` file and add your node
3. Create a pull request## `nodes.json` example
```json
{
[
{
"identifier": "my-node",
"host": "lava1.example.com",
"port": 2333,
"password": "example.com",
"secure": false,
"restVersion": "v3",
"authorId": "959276033683628122"
}
]
}
```- `identifier` - The identifier of your node (example: my-node)
- `host` - The host of your node (example: lava1.example.com)
- `port` - The port of your node (default: 2333)
- `password` - The password of your node (if you have one)
- `secure` - If your node is using SSL (true or false)
- `restVersion` - The version of your node (lavalink rest api version) (v3 or v4)
- `authorId` - Your User Discord ID (To get your avatar, name and tag foe display in the list)## Contributers
Thanks goes to these wonderful people :
[contributors-shield]: https://img.shields.io/github/contributors/appujet/lavalink-list.svg?style=for-the-badge
[issues-shield]: https://img.shields.io/github/issues/appujet/lavalink-list.svg?style=for-the-badge
[forks-shield]: https://img.shields.io/github/forks/appujet/lavalink-list.svg?style=for-the-badge
[stars-shield]: https://img.shields.io/github/stars/appujet/lavalink-list.svg?style=for-the-badge[contributors-url]: https://github.com/appujet/lavalink-list/graphs/contributors
[issues-url]: https://github.com/appujet/lavalink-list/issues
[forks-url]: https://github.com/appujet/lavalink-list/network/members
[stars-url]: https://github.com/appujet/lavalink-list/stargazers