mirror of
http://gitea.phreedom.club/localhost_frssoft/pleroma-cli
synced 2024-11-22 14:31:28 +00:00
Public instances added
This commit is contained in:
parent
eab20a07c6
commit
834a97b154
|
@ -4,6 +4,7 @@ Just for fun. Simple "Client" API script for Pleroma (or maybe also Mastodon) in
|
||||||
Features:
|
Features:
|
||||||
* Write longreads in Your default $EDITOR
|
* Write longreads in Your default $EDITOR
|
||||||
* List timelines
|
* 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
|
* All others futures maybe working 50/50
|
||||||
|
|
||||||
Depends:
|
Depends:
|
||||||
|
|
12
config.json
12
config.json
|
@ -2,5 +2,15 @@
|
||||||
"instance": "soc.phreedom.club",
|
"instance": "soc.phreedom.club",
|
||||||
"max_statuses": 40,
|
"max_statuses": 40,
|
||||||
"default_content_type": "text/markdown",
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue