pleroma-cli/config.json

32 lines
821 B
JSON
Raw Permalink Normal View History

2022-04-11 19:34:04 +00:00
{
"instance": "soc.phreedom.club",
"main_proxy": "",
"connect_protocol_via_main_proxy": "https",
"i2p_http_proxy_addr": "http://127.0.0.1:4444",
"tor_proxy_addr": "socks5://127.0.0.1:9050",
2022-04-11 19:34:04 +00:00
"max_statuses": 40,
"per_status_mode": true,
"enabled_nsfw": true,
2022-05-04 19:20:40 +00:00
"nsfw_only": false,
2022-04-19 07:49:53 +00:00
"hide_reblogs": false,
"default_content_type": "text/plain",
2022-04-11 22:57:20 +00:00
"default_visibility": "unlisted",
"format_time": "+%d.%m.%Y %H:%M:%S",
"boost_symbol": "[>>]",
2022-04-15 17:05:15 +00:00
"statuses_separator": "\n==========",
2022-04-14 23:02:55 +00:00
"reversed_statuses": false,
"quoting_reply": true,
"copy_mentions": true,
"default_media_player": "mpv",
2022-04-11 22:57:20 +00:00
"public_list_instances": [
"outerheaven.club",
"stereophonic.space",
"cawfee.club",
"shitposter.club",
"blob.cat",
"fedi.absturztau.be",
"cdrom.tokyo",
"udongein.xyz"
]
2022-04-11 19:34:04 +00:00
}