From f99f6218a622248292a386f001a41102e966bf4e Mon Sep 17 00:00:00 2001 From: Binzy_Boi Date: Mon, 7 Oct 2024 05:02:23 +0000 Subject: [PATCH 1/5] Update src/config.json Changing "PokeTube" to "Poke" and updating repo URL. --- src/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.json b/src/config.json index 9767bf4..83e5a13 100644 --- a/src/config.json +++ b/src/config.json @@ -52,15 +52,15 @@ "instanceList": true, "url": "https://github.com/mmjee/Piped-Material" }, - "poketube": { + "poke": { "excludeTargets": [ 2, 3 ], - "name": "PokeTube", + "name": "Poke", "embeddable": true, "instanceList": true, - "url": "https://codeberg.org/Ashley/poketube" + "url": "https://codeberg.org/ashley/poke" }, "cloudtube": { "name": "CloudTube", From dd07d574cd09b23c466b388919fb3f5d3c9bd3cd Mon Sep 17 00:00:00 2001 From: Binzy_Boi Date: Mon, 7 Oct 2024 05:04:26 +0000 Subject: [PATCH 2/5] Update src/assets/javascripts/services.js Changing "PokeTube" to "Poke" --- src/assets/javascripts/services.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index 80a4851..aae939d 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -87,7 +87,7 @@ function rewrite(url, originUrl, frontend, randomInstance) { case "freetubePwa": url.searchParams.delete("si") return "freetube://" + url.href - case "poketube": { + case "poke": { url.searchParams.delete("si") if (url.pathname.startsWith("/channel")) { const reg = /\/channel\/(.*)\/?$/.exec(url.pathname) @@ -768,7 +768,7 @@ const defaultInstances = { pipedMaterial: ["https://piped-material.xn--17b.net"], cloudtube: ["https://tube.cadence.moe"], lightTube: ["https://tube.kuylar.dev"], - poketube: ["https://poketube.fun"], + poke: ["https://poketube.fun"], proxiTok: ["https://proxitok.pabloferreiro.es"], redlib: ["https://safereddit.com"], eddrit: ["https://eddrit.com"], From d1d0ffa17f0f402e4f60cfb22a29736f6b4c5af8 Mon Sep 17 00:00:00 2001 From: Binzy_Boi Date: Mon, 7 Oct 2024 08:52:48 +0000 Subject: [PATCH 3/5] Update src/config.json Fixing Frontend link for SkunkyArt, as it was linking to the Shoelace repo. --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index 83e5a13..e2af59b 100644 --- a/src/config.json +++ b/src/config.json @@ -1299,7 +1299,7 @@ "skunkyArt": { "name": "SkunkyArt", "instanceList": true, - "url": "https://git.sr.ht/~nixgoat/shoelace" + "url": "https://codeberg.org/skunky/skunkyart" } }, "targets": [ From d8484a46c556a39aa0c5dd9315582033acb509c9 Mon Sep 17 00:00:00 2001 From: Binzy_Boi Date: Sat, 19 Oct 2024 23:27:41 +0000 Subject: [PATCH 4/5] Update src/config.json --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index e2af59b..34b13c7 100644 --- a/src/config.json +++ b/src/config.json @@ -52,7 +52,7 @@ "instanceList": true, "url": "https://github.com/mmjee/Piped-Material" }, - "poke": { + "poketube": { "excludeTargets": [ 2, 3 From 885e9c3d52ed7da8f744d036d2a9ef9d30885473 Mon Sep 17 00:00:00 2001 From: Binzy_Boi Date: Sat, 19 Oct 2024 23:29:18 +0000 Subject: [PATCH 5/5] Update src/assets/javascripts/services.js --- src/assets/javascripts/services.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index aae939d..80a4851 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -87,7 +87,7 @@ function rewrite(url, originUrl, frontend, randomInstance) { case "freetubePwa": url.searchParams.delete("si") return "freetube://" + url.href - case "poke": { + case "poketube": { url.searchParams.delete("si") if (url.pathname.startsWith("/channel")) { const reg = /\/channel\/(.*)\/?$/.exec(url.pathname) @@ -768,7 +768,7 @@ const defaultInstances = { pipedMaterial: ["https://piped-material.xn--17b.net"], cloudtube: ["https://tube.cadence.moe"], lightTube: ["https://tube.kuylar.dev"], - poke: ["https://poketube.fun"], + poketube: ["https://poketube.fun"], proxiTok: ["https://proxitok.pabloferreiro.es"], redlib: ["https://safereddit.com"], eddrit: ["https://eddrit.com"],