akkoma/priv/static/static/config.json

17 lines
721 B
JSON
Raw Normal View History

2017-04-04 15:21:11 +00:00
{
2017-11-19 12:31:09 +00:00
"theme": "pleroma-dark",
2018-03-31 10:52:34 +00:00
"background": "/static/aurora_borealis.jpg",
2017-06-24 18:09:47 +00:00
"logo": "/static/logo.png",
2018-04-29 14:56:13 +00:00
"redirectRootNoLogin": "/main/all",
"redirectRootLogin": "/main/friends",
2018-02-11 19:55:02 +00:00
"chatDisabled": false,
2018-05-16 11:02:53 +00: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 17:37:31 +00:00
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false,
"collapseMessageWithSubject": false
2017-04-04 15:21:11 +00:00
}