From 7f4ed84b0512ca911c90860efb6ca17b295f8d33 Mon Sep 17 00:00:00 2001 From: IamnotJamesBG <129505663+IamnotJamesBG@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:13:47 +0800 Subject: [PATCH 01/10] Update nodes.json --- nodes.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nodes.json b/nodes.json index f462ea6..91ca652 100644 --- a/nodes.json +++ b/nodes.json @@ -244,6 +244,15 @@ "restVersion": "v3", "authorId": "824864784271802378" + }, + { + "identifier": "JM Lite LAVALINK", + "host": "46.202.82.164", + "port": 1027, + "password": "jmlitev4", + "secure": false, + "restVersion": "v4", + "authorId": "896607695329693746" } ] From 8d33fffca36bdc145867b3b559337d578d07b283 Mon Sep 17 00:00:00 2001 From: iaMJ Date: Sun, 9 Feb 2025 00:05:43 +0700 Subject: [PATCH 02/10] Delete Nodes Deleting nodes due to hosting discontinued --- nodes.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/nodes.json b/nodes.json index 91ca652..2e230b5 100644 --- a/nodes.json +++ b/nodes.json @@ -143,24 +143,6 @@ "restVersion": "v3", "authorId": "867303900884893727" }, - { - "identifier": "Catfein ID", - "host": "lava.catfein.com", - "port": 4000, - "password": "catfein", - "secure": false, - "restVersion": "v4", - "authorId": "885731228874051624" - }, - { - "identifier": "Catfein DE", - "host": "lavalink.alfari.id", - "port": 443, - "password": "catfein", - "secure": true, - "restVersion": "v4", - "authorId": "885731228874051624" - }, { "identifier": "INZEWORLD.COM (DE)", "host": "lava.inzeworld.com", From bd083dc36054fc1060a6b8930fc5e601138531fc Mon Sep 17 00:00:00 2001 From: Nibor <156368035+infnibor@users.noreply.github.com> Date: Sun, 9 Feb 2025 21:25:41 +0100 Subject: [PATCH 03/10] Posible fix workflow error --- .github/workflows/main .yml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main .yml b/.github/workflows/main .yml index b883573..b976767 100644 --- a/.github/workflows/main .yml +++ b/.github/workflows/main .yml @@ -6,6 +6,7 @@ on: - main paths: - 'nodes.json' + jobs: remove_duplicates: runs-on: ubuntu-latest @@ -14,21 +15,26 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 + + - name: Fix Corepack Key Issue + run: | + corepack disable + corepack enable + corepack prepare pnpm@latest --activate - - run: corepack enable - - uses: actions/setup-node@v4 + - name: Setup Node.js + uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20.17.0 cache: "pnpm" - - name: Change Directory to apps/workflows - working-directory: apps/workflows # Set the working directory to apps/workflows - run: | - pnpm install + - name: Install Dependencies + working-directory: apps/workflows + run: pnpm install - name: Build - working-directory: apps/workflows # Ensure we're building in the correct directory + working-directory: apps/workflows run: pnpm build - name: Run TypeScript Script From 729f844612aa90ec378ad2b11e5b794bbcb1d603 Mon Sep 17 00:00:00 2001 From: rishuraj-dev Date: Fri, 14 Feb 2025 18:55:02 +0530 Subject: [PATCH 04/10] Update nodes.json From 29fd80b32df4d307c9b0fa8ff73732b2905de15a Mon Sep 17 00:00:00 2001 From: Cyrus Sahar Date: Sat, 15 Feb 2025 19:46:49 +0530 Subject: [PATCH 05/10] Update nodes.json Added two Lavalink server --- nodes.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/nodes.json b/nodes.json index 2e230b5..d04256f 100644 --- a/nodes.json +++ b/nodes.json @@ -235,6 +235,23 @@ "secure": false, "restVersion": "v4", "authorId": "896607695329693746" + }, + { + "identifier": "Rhythmosync - SSL", + "host": "sg-v4.3.rhythmosync.xyz", + "port": 443, + "password": "rhythmosync.xyz", + "secure": true, + "restVersion": "v4", + "authorId": "1186375223583440967" + }, + { + "identifier": "Rhythmosync", + "host": "sg-v4.3.rhythmosync.xyz", + "port": 80, + "password": "rhythmosync.xyz", + "secure": false, + "restVersion": "v4", + "authorId": "1186375223583440967" } ] - From 9725b1165804826d4dddd807684c274cab4706db Mon Sep 17 00:00:00 2001 From: Cyrus Sahar Date: Tue, 18 Feb 2025 18:36:51 +0530 Subject: [PATCH 06/10] Update nodes.json updating it cuz last time i provided the wrong details. --- nodes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodes.json b/nodes.json index d04256f..3f0ea71 100644 --- a/nodes.json +++ b/nodes.json @@ -238,18 +238,18 @@ }, { "identifier": "Rhythmosync - SSL", - "host": "sg-v4.3.rhythmosync.xyz", + "host": "lavalink-v4.ffenjil.site", "port": 443, - "password": "rhythmosync.xyz", + "password": "Jil#22", "secure": true, "restVersion": "v4", "authorId": "1186375223583440967" }, { "identifier": "Rhythmosync", - "host": "sg-v4.3.rhythmosync.xyz", + "host": "lavalink-v4.ffenjil.site", "port": 80, - "password": "rhythmosync.xyz", + "password": "Jil#22", "secure": false, "restVersion": "v4", "authorId": "1186375223583440967" From 43367e03ffce5a3a3bb3bc7cf1adce6c86f64ad3 Mon Sep 17 00:00:00 2001 From: RejectModders <142326052+RejectModders@users.noreply.github.com> Date: Sun, 23 Feb 2025 20:28:09 -0600 Subject: [PATCH 07/10] Update nodes.json --- nodes.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/nodes.json b/nodes.json index 3f0ea71..1e48a47 100644 --- a/nodes.json +++ b/nodes.json @@ -253,5 +253,50 @@ "secure": false, "restVersion": "v4", "authorId": "1186375223583440967" + }, + { + "identifier": "Disutils Team Lavalink 1", + "host": "lavalink-1.is-it.pink", + "port": 443, + "password": "https://disutils.com", + "secure": true, + "restVersion": "v4", + "authorId": "418941954252996609" + }, + { + "identifier": "Disutils Team Lavalink 2", + "host": "lavalink-2.is-it.pink", + "port": 443, + "password": "https://disutils.com", + "secure": true, + "restVersion": "v4", + "authorId": "418941954252996609" + }, + { + "identifier": "Disutils Team Lavalink 3", + "host": "lavalink-3.is-it.pink", + "port": 443, + "password": "https://disutils.com", + "secure": true, + "restVersion": "v4", + "authorId": "418941954252996609" + }, + { + "identifier": "Disutils Team Lavalink 4", + "host": "lavalink-4.is-it.pink", + "port": 443, + "password": "https://disutils.com", + "secure": true, + "restVersion": "v4", + "authorId": "418941954252996609" + }, + { + "identifier": "Disutils Team Lavalink 5", + "host": "lavalink-5.is-it.pink", + "port": 443, + "password": "https://disutils.com", + "secure": true, + "restVersion": "v4", + "authorId": "418941954252996609" } ] From de99d73495f2728fc67b3f62f25d0c0e9608c37f Mon Sep 17 00:00:00 2001 From: Cyrus Sahar Date: Mon, 24 Feb 2025 12:32:41 +0530 Subject: [PATCH 08/10] Update nodes.json Password updated for both SSL and non SSL lavalink --- nodes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes.json b/nodes.json index 3f0ea71..968a2b4 100644 --- a/nodes.json +++ b/nodes.json @@ -240,7 +240,7 @@ "identifier": "Rhythmosync - SSL", "host": "lavalink-v4.ffenjil.site", "port": 443, - "password": "Jil#22", + "password": "Kronix", "secure": true, "restVersion": "v4", "authorId": "1186375223583440967" @@ -249,7 +249,7 @@ "identifier": "Rhythmosync", "host": "lavalink-v4.ffenjil.site", "port": 80, - "password": "Jil#22", + "password": "Kronix", "secure": false, "restVersion": "v4", "authorId": "1186375223583440967" From 3ecba949af69a229944ca97437449590b2cea496 Mon Sep 17 00:00:00 2001 From: Cyrus Sahar Date: Mon, 24 Feb 2025 12:41:35 +0530 Subject: [PATCH 09/10] Update nodes.json Removed one of my old inactive lavalink node --- nodes.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nodes.json b/nodes.json index 3f0ea71..3cb3249 100644 --- a/nodes.json +++ b/nodes.json @@ -188,15 +188,6 @@ "restVersion": "v4", "authorId": "573709909594734603" }, - { - "identifier": "USA", - "host": "badass.kalamii.net", - "port": 8170, - "password": "jil@11097", - "secure": false, - "restVersion": "v4", - "authorId": "1186375223583440967" - }, { "identifier": "br0kE's Lavalink v4 Node", "host": "lavalink.pct.lol", From 97910151a039c858ffa40616633424686925494a Mon Sep 17 00:00:00 2001 From: Nibor <156368035+infnibor@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:03:48 +0100 Subject: [PATCH 10/10] Fix workflow error - Fix issue https://github.com/appujet/lavalink-list/issues/156 --- .github/workflows/main .yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main .yml b/.github/workflows/main .yml index b976767..7c6f03f 100644 --- a/.github/workflows/main .yml +++ b/.github/workflows/main .yml @@ -17,11 +17,13 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Fix Corepack Key Issue + - name: Corepack run: | corepack disable + rm -rf ~/.cache/corepack + npm install -g corepack corepack enable - corepack prepare pnpm@latest --activate + corepack prepare pnpm@latest --activate || (corepack enable && corepack prepare pnpm@latest --activate) - name: Setup Node.js uses: actions/setup-node@v4 @@ -31,7 +33,7 @@ jobs: - name: Install Dependencies working-directory: apps/workflows - run: pnpm install + run: pnpm install || (rm -rf node_modules && pnpm install) - name: Build working-directory: apps/workflows