From 834a97b154e0451736b3e373fd873eac48ab16e9 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Tue, 12 Apr 2022 01:57:20 +0300 Subject: [PATCH] Public instances added --- README.md | 1 + config.json | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9874d..b0537d7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Just for fun. Simple "Client" API script for Pleroma (or maybe also Mastodon) in Features: * Write longreads in Your default $EDITOR * List timelines +* Switch instance from public list in config.json or manual input. Also recent used instance list. * All others futures maybe working 50/50 Depends: diff --git a/config.json b/config.json index 4e01aeb..c6018a7 100644 --- a/config.json +++ b/config.json @@ -2,5 +2,15 @@ "instance": "soc.phreedom.club", "max_statuses": 40, "default_content_type": "text/markdown", - "default_visibility": "unlisted" + "default_visibility": "unlisted", + "public_list_instances": [ + "outerheaven.club", + "stereophonic.space", + "cawfee.club", + "shitposter.club", + "blob.cat", + "fedi.absturztau.be", + "cdrom.tokyo", + "udongein.xyz" + ] }