pleroma/priv/static/static/config.json

16 lines
721 B
JSON
Raw Normal View History

2017-04-04 17:21:11 +02:00
{
2017-11-19 13:31:09 +01:00
"theme": "pleroma-dark",
2018-03-31 12:52:34 +02:00
"background": "/static/aurora_borealis.jpg",
2017-06-24 20:09:47 +02:00
"logo": "/static/logo.png",
2018-04-29 16:56:13 +02:00
"redirectRootNoLogin": "/main/all",
"redirectRootLogin": "/main/friends",
2018-02-11 20:55:02 +01:00
"chatDisabled": false,
2018-05-16 13:02:53 +02:00
"showWhoToFollowPanel": false,
"whoToFollowProvider": "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}",
"whoToFollowProviderDummy2": "https://followlink.osa-p.net/api/get_recommend.json?acct=@{{user}}@{{host}}",
"whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}",
"whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html",
2018-06-12 19:37:31 +02:00
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false,
"collapseMessageWithSubject": false
2017-04-04 17:21:11 +02:00
}