diff --git a/README.md b/README.md index 071ff2d..a6e7e63 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
- A listing site for lavalink. Feel free to make a pull request. :)
+ For quality control I checked on these servers per weekly basis, if the lavalink is offline / unreachable it will be removed.
Open Website »
diff --git a/docs/NoSSL/lavalink-without-ssl.md b/docs/NoSSL/lavalink-without-ssl.md
index 50a211b..31ab161 100644
--- a/docs/NoSSL/lavalink-without-ssl.md
+++ b/docs/NoSSL/lavalink-without-ssl.md
@@ -20,14 +20,6 @@ Password : "gaproklavalink"
Secure : false
```
-Hosted by @ [Creavite Auto](https://auto.creavite.co/?utm_source=lavalinklist&utm_medium=display&utm_campaign=lavalinklist)
-```bash
-Host : us1.lavalink.creavite.co
-Port : 20080
-Password : "auto.creavite.co"
-Secure : false
-```
-
Hosted by @ [darren](https://paypal.me/darrenofficial)
```bash
Host : lavalink.darrenofficial.com
@@ -44,21 +36,6 @@ Password : "waifufufufu"
secure: false
```
-Hosted by @ [Bucky™#7977](https://github.com/BuckyTM)
-```bash
-Host : uk1.buckytm.com
-Port : 28112
-Password : "f82263yh75f6r5"
-Secure : false
-```
-
-Hosted by @ [House Of Gamers](https://www.houseofgamers.xyz)
-```bash
-Host : lavalink.houseofgamers.xyz
-Port : 2333
-Password : "lavalink"
-Secure : false
-```
Hosted by @ [Weez](https://github.com/Weez-Dev)
```bash
Host : weez-node.cf
@@ -70,30 +47,22 @@ Secure : false
Hosted by @ [MJ1532 & Gemz](https://github.com/ATBDevs)
```bash
Host : dislavalink.gq
-Port : 2760
+Port : 2333
Password : "gemzandmj"
Secure : false
```
-Hosted by @ [sinkaroid / scathach.dev](https://scathach.dev)
-```bash
-Host : lancer.scathach.dev
-Port : 1945
-Password : "eulamoncrot"
-Secure : false
-```
-
Hosted by @ [MiTask#0062](https://github.com/MrMasrozYTLIVE)
```bash
Host : usa.lavalink.mitask.tech
Port : 2333
-Password : "lvserver"
+Password : "lvs"
Secure : false
```
-Hosted by @ [Faris](https://github.com/flkapes)
+Hosted by @ [FK](https://github.com/flkapes)
```bash
-IP : 194.163.153.236
+Host : lavalink.kapes.eu
Port : 2222
Password : "lavalinkplay"
Secure : false
@@ -106,3 +75,51 @@ Port : 6665
Password : "syslink"
Secure : false
```
+
+Hosted by @ [derpi#5702](https://vellerius.tk)
+```bash
+Host : lv.vellerius.tk
+Port : 2333
+Password : "derpilava"
+Secure : false
+```
+
+Hosted by @ [Internet](https://cloudblue.ml/my-github)
+```bash
+Host : lavalink.cloudblue.ml
+Port : 1555
+Password : "danbotbest"
+Secure : false
+```
+
+Hosted by @ [timelessnesses](https://rukchadisa.live)
+```bash
+Host : lavalink.rukchadisa.live
+Port : 8080
+Password : "youshallnotpass"
+Secure : false
+```
+
+Hosted by @ [AlexanderOF](https://alexanderof.xyz/2022/05/03/free-lavalink/)
+```bash
+Host : audio.alexanderof.xyz
+Port : 2000
+Password : "lavalink"
+Secure : false
+```
+
+Hosted by @ [Thermal Hosting](https://thermalhosting.com)
+```bash
+Host : lava-ny-01.thermalhosting.com
+Port : 4018
+Password : thermalhosting.com
+Secure : false
+```
+
+Hosted by @ [MrUnknownDE](https://github.com/MrUnknownDE)
+```bash
+IP : 181.214.231.105
+Port : 6665
+Password : "syslink"
+Secure : false
+```
diff --git a/docs/SSL/lavalink-with-ssl.md b/docs/SSL/lavalink-with-ssl.md
index 883d951..7762686 100644
--- a/docs/SSL/lavalink-with-ssl.md
+++ b/docs/SSL/lavalink-with-ssl.md
@@ -54,13 +54,6 @@ Port : 443
Password : "gemzandmj"
secure: true
```
-Hosted by @ [atlas-chan#8899](https://github.com/reef1447)
-```bash
-Host : lavalink.roreef.com
-Port : 443
-Password : "ATLAS01"
-secure: true
-```
Hosted by @ [SleepyKitten#4894](https://github.com/xcgc)
```bash
Host : lavalink.synn.host
diff --git a/mkdocs.yml b/mkdocs.yml
index 1809672..b05eae8 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -22,6 +22,7 @@ theme:
icon: material/weather-sunny
name: Switch to dark mode
name: 'material'
+ custom_dir: overrides
logo: 'https://cdn.darrennathanael.com/assets/java/springboot.svg'
include_search_page: false
search_index_only: true
@@ -69,3 +70,7 @@ extra:
link: 'https://discord.darrennathanael.com'
generator: false
copyright: 'Copyright © 2020 Darren Nathanael'
+plugins:
+ - search
+ - minify:
+ minify_html: true
\ No newline at end of file
diff --git a/overrides/main.html b/overrides/main.html
new file mode 100644
index 0000000..27680a4
--- /dev/null
+++ b/overrides/main.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block extrahead %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 3426d69..cfd6ccb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,3 +2,4 @@ jinja2<3.1
mkdocs
mkdocs-material
markdown-meta-extension
+mkdocs-minify-plugin
\ No newline at end of file