Public instances added

This commit is contained in:
localhost_frssoft 2022-04-12 01:57:20 +03:00
parent eab20a07c6
commit 834a97b154
2 changed files with 12 additions and 1 deletions

View File

@ -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:

View File

@ -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"
]
}