diff --git a/docs/NoSSL/lavalink-without-ssl.md b/docs/NoSSL/lavalink-without-ssl.md new file mode 100644 index 0000000..c2f6cde --- /dev/null +++ b/docs/NoSSL/lavalink-without-ssl.md @@ -0,0 +1,19 @@ +--- +Hosted by @ [Darren Nathanael](https://darrennathanael.com) +```bash +Host : lavalink.darrennathanael.com +Port : 2095 / 80 +Password : "clover" +Location : Chicago IL +Contact : DarrenOfficial#3451 +``` +--- +--- +Hosted by @ [something.host](https://support.something.host/en/article/lavalink-hosting-okm26z/) +```bash +Host : lava.link +Port : 80 +Password : anything as password +Location : Germany +Contact : something.host +``` \ No newline at end of file diff --git a/docs/SSL/lavalink-with-ssl.md b/docs/SSL/lavalink-with-ssl.md new file mode 100644 index 0000000..e22622b --- /dev/null +++ b/docs/SSL/lavalink-with-ssl.md @@ -0,0 +1,20 @@ +--- +Hosted by @ [Thnks_CJ](https://github.com/ThnksCJ) +```bash +Host : lavalink.cjstevenson.xyz & lavalink.cjstevenson.com +Port : 443 +Password : lookbehindyou +Secure: True +Location : UK +Contact : Thnks_CJ#0001 or admin@cjstevenson.com +``` +--- +--- +Hosted by @ [Mathiscool and Happy 3G](https://discord.io/botsuniversity) +``` +Host : lavalink.devz.cloud & lavalink2.devz.cloud +Port : 443 +Password : mathiscool +Location : North America +Contact : MathisCool#8659 and Happy 3G#3333 +``` \ No newline at end of file diff --git a/docs/faq.md b/docs/faq.md new file mode 100644 index 0000000..6c7443f --- /dev/null +++ b/docs/faq.md @@ -0,0 +1,26 @@ +# FAQ + +### What if one or more of these server are down? + +Well you can simply contact the owner of it, or if the server has been down for 7 days you can make a Pull Request removing the server completely + +### What is the difference between `NoSSL` and `SSL` +SSL Uses Secure WS connection, whilist NoSSL uses standard ws. +Tho if you want to use the SSL lavalink you need to make sure your bot uses that protocol. + +### Is these server free? + +Yes it is! + +### How can I share my server? + +Just open a pull request and I will merge it! + +### Where is this site hosted? + +The site is hosted @ [cloudflare pages](https://pages.dev) + + +### I want to help redesign the site, how and what software do I use? + +Well you can design the site with mkdocs and make a pull request, if it's good I will merge it! \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index d3c4514..0eca517 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@

lavalink-list

- A listing site for lavalink because lavalink.org is down. Feel free to make a pull request. + A listing site for lavalink because there isn't a lot of lavalink listing site, feel free to make a pull request.

Create PR @@ -19,37 +19,34 @@

---- - -## Directory - -* [Lavalink server located in US](/location/United-States/) -* [Lavalink server located in Europe](/location/Europe) -* [Lavalink server located in Asia](/location/Asia) +
+

+ lavalink without ssl + · + lavalink with ssl +

+
--- -## Pull Request Template -Make sure to only open pull request in the location with the ending `.md` **Don't create a new file/folder** +## Info +These lavalink are group into two different categories. +> see sidebar + +One with SSL, one without SSL. +SSL one needed `”secure”` to be set to true at client side, whilst the one without SSL should work out of the box + + + +## pr template ```md Hosted by @ [Your Name Here](https://example.com) -\``` + Host / IP : 192.168.0.1 or lavalink.example.com Port : 6969 Password : somepasswordhere Location : Chicago IL Contact : Discord#0001 -\``` -``` - -*Ignore `\`* - -## Explanation - -- Hosted by can be link to github or twitter or whatever you want. -- Host / IP Pick one. -- Port Well the port number. -- Password pretty self explanatory. -- Contact Just incase your lavalink is down, where to contact ect ect. +``` \ No newline at end of file diff --git a/docs/location/Asia.md b/docs/location/Asia.md deleted file mode 100644 index bada37f..0000000 --- a/docs/location/Asia.md +++ /dev/null @@ -1,3 +0,0 @@ -# Asia -Asia based lavalink server host -**If the lavalink that's listed here is down, Please contact the owner of it.** diff --git a/docs/location/Europe.md b/docs/location/Europe.md deleted file mode 100644 index a749291..0000000 --- a/docs/location/Europe.md +++ /dev/null @@ -1,23 +0,0 @@ -# Europe -**If the lavalink that's listed here is down, Please contact the owner of it.** - ---- -Hosted by @ [Thnks_CJ](https://github.com/ThnksCJ) -```bash -Host : lavalink.cjstevenson.xyz & lavalink.cjstevenson.com -Port : 443 -Password : lookbehindyou -Secure: True -Location : UK -Contact : Thnks_CJ#0001 or admin@cjstevenson.com -``` ---- -Hosted by @ [something.host](https://support.something.host/en/article/lavalink-hosting-okm26z/) -```bash -Host : lava.link -Port : 80 -Password : anything as password -Location : Germany -Contact : something.host -``` - diff --git a/docs/location/United-States.md b/docs/location/United-States.md deleted file mode 100644 index 5e01296..0000000 --- a/docs/location/United-States.md +++ /dev/null @@ -1,22 +0,0 @@ -# US -United States based lavalink server host -**If the lavalink that's listed here is down, Please contact the owner of it.** - ---- -Hosted by @ [Darren Nathanael](https://darrennathanael.com) -```bash -Host : lavalink.darrennathanael.com -Port : 2095 / 80 / 443 -Password : "clover" -Location : Chicago IL -Contact : DarrenOfficial#3451 -``` ---- -Hosted by @ [Mathiscool and Happy 3G](https://discord.io/botsuniversity) -``` -Host : lavalink.devz.cloud & lavalink2.devz.cloud -Port : 443 -Password : mathiscool -Location : North America -Contact : MathisCool#8659 and Happy 3G#3333 -``` diff --git a/mkdocs.yml b/mkdocs.yml index 7b282a9..75167d0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,18 +3,19 @@ site_url: https://lavalink-list.darrennathanael.com site_description: List of free lavalink hosting, Lavalink is a standalone audio sending node based on Lavaplayer and JDA-Audio. Allows for sending audio without it ever reaching any of your shards. It is a great alternative to Youtube API. theme: name: 'material' - logo: 'https://cdn.darrennathanael.com/assets/java.png' + logo: 'https://www.darrennathanael.com/faviconalt-min.png' palette: scheme: slate - primary: 'orange' + primary: 'white' accent: 'indigo' font: - text: 'Roboto' - code: 'Fira Mono' + text: 'Ubuntu' + code: 'Source Code Pro' favicon: - 'https://cdn.darrennathanael.com/assets/java64.png' + 'https://www.darrennathanael.com/faviconalt-min.png' features: - tabs + - instantsite - navigation.tracking - navigation.expand - header.autohide @@ -35,6 +36,6 @@ extra: link: https://twitter.com/DarrenNathans - icon: 'fontawesome/brands/github-alt' link: 'https://github.com/DarrenOfficial' -copyright: 'Copyright © 2020 - 2021 Darren Nathanael' +copyright: 'Copyright © 2020 - 2021 Darren Nathanael; All rights reserved.' extra: generator: false \ No newline at end of file