From 412fe200706fc9f8fe783bfa53293dc131f472b2 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 7 Feb 2023 20:46:39 +0300 Subject: Added PokeTube https://github.com/libredirect/libredirect/issues/623 --- src/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index fcd2f797..3a3ed06b 100644 --- a/src/config.json +++ b/src/config.json @@ -71,6 +71,16 @@ "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": [ -- cgit 1.4.1