Simplify the design

This commit is contained in:
DarrenOfficial
2021-11-05 12:45:44 -04:00
parent 6e319b7e58
commit 450c44d2f0
8 changed files with 92 additions and 77 deletions

View File

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

View File

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

26
docs/faq.md Normal file
View File

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

View File

@@ -6,7 +6,7 @@
<h3 align="center">lavalink-list</h3>
<p align="center">
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.
<br />
<br />
<a href="https://github.com/DarrenOfficial/lavalink-list/pulls">Create PR</a>
@@ -19,37 +19,34 @@
</p>
</div>
---
## Directory
* [Lavalink server located in US](/location/United-States/)
* [Lavalink server located in Europe](/location/Europe)
* [Lavalink server located in Asia](/location/Asia)
<div>
<p align="center">
<a href="/NoSSL/lavalink-without-ssl/">lavalink without ssl</a>
·
<a href="/SSL/lavalink-with-ssl/">lavalink with ssl</a>
</p>
</div>
---
## 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.
```

View File

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

View File

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

View File

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