From d8613044f5ec0579abc366e343a6dcd9109a1015 Mon Sep 17 00:00:00 2001 From: aRubes Date: Wed, 20 Sep 2023 16:02:43 +0300 Subject: [PATCH] Added New Server finds --- source/_data/miscellaneous.json | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index b51aabb..8ab4e63 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -1638,6 +1638,42 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["SN-mi"] + }, + { + "title": "tootik", + "source": "https://github.com/mastodon/mastodon", + "protocols": "ActivityPub", + "site": "gemini://hd.206267.xyz", + "logo": "/img/misc/mastodon.svg", + "servers": "https://the-federation.info/mastodon", + "description": "A federated nanoblogging service with a Gemini frontend.", + "codeLanguage": "Go", + "techStack": "", + "license": "Apache-2.0", + "FediAccount": "@dimkr@hd.206267.xyz", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["SN-mi", "Other"] + }, + { + "title": "Bugle", + "source": "https://github.com/rknightuk/bugle", + "protocols": "ActivityPub", + "site": "https://bugle.lol/", + "logo": "/img/misc/mastodon.svg", + "servers": "https://the-federation.info/mastodon", + "description": "A minimal ActivityPub server built with Laravel.", + "codeLanguage": "Laravel", + "techStack": "", + "license": "", + "FediAccount": "@bugle@bugle.lol", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["SN-mi"] } ] }