From 356fd321d9a035c9c4d0f5b6bb8313cf1d4ca64d Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 8 Feb 2023 15:51:07 +0300 Subject: Added option to use github, codeberg, disable for fetching instances https://github.com/libredirect/libredirect/issues/626 --- src/config.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 3a3ed06b..41a87f79 100644 --- a/src/config.json +++ b/src/config.json @@ -46,6 +46,16 @@ "instanceList": true, "url": "https://github.com/mmjee/Piped-Material" }, + "poketube": { + "excludeTargets": [ + 2, + 3 + ], + "name": "PokeTube", + "embeddable": true, + "instanceList": true, + "url": "https://codeberg.org/Ashley/poketube" + }, "cloudtube": { "name": "CloudTube", "embeddable": false, @@ -71,16 +81,6 @@ "embeddable": false, "instanceList": false, "url": "https://github.com/yattee/yattee" - }, - "poketube": { - "excludeTargets": [ - 2, - 3 - ], - "name": "PokeTube", - "embeddable": true, - "instanceList": true, - "url": "https://codeberg.org/Ashley/poketube/" } }, "targets": [ @@ -611,4 +611,4 @@ "url": "https://www.snopes.com" } } -} +} \ No newline at end of file -- cgit 1.4.1