From 868dccfb3b732d6862fa9d1e6aab2f651a9aa06e Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 7 Jan 2023 00:24:25 +0300 Subject: Changed Update Instances selection mechanism. https://github.com/libredirect/libredirect/issues/334 Removed Peertube (maybe will readd it later). Optimized code --- src/config.json | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index ae9a9f64..97e84f61 100644 --- a/src/config.json +++ b/src/config.json @@ -299,22 +299,6 @@ "embeddable": false, "url": "https://fandom.com" }, - "peertube": { - "frontends": { - "simpleertube": { - "name": "SimpleerTube", - "instanceList": true - } - }, - "targets": "datajson", - "name": "PeerTube", - "options": { - "enabled": false - }, - "imageType": "svg", - "embeddable": false, - "url": "https://joinpeertube.org" - }, "lbry": { "frontends": { "librarian": { @@ -369,7 +353,7 @@ "enabled": true, "frontend": "searxng" }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": false, "url": "https://search.libredirect.invalid" }, @@ -397,7 +381,7 @@ "enabled": true, "frontend": "simplyTranslate" }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": false, "url": "https://translate.libredirect.invalid" }, @@ -421,7 +405,7 @@ "enabled": false, "frontend": "osm" }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": false, "url": "https://maps.libredirect.invalid" }, @@ -441,7 +425,7 @@ "options": { "enabled": true }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": false, "url": "https://send.libredirect.invalid" }, @@ -459,7 +443,7 @@ "options": { "enabled": true }, - "imageType": "svg", + "imageType": "svgMono", "embeddable": false, "url": "https://paste.libredirect.invalid" } -- cgit 1.4.1