pleroma-fe/static/config.json

16 lines
682 B
JSON
Raw Normal View History

{
"theme": "pleroma-dark",
2018-03-31 12:50:51 +02:00
"background": "/static/aurora_borealis.jpg",
"logo": "/static/logo.png",
"redirectRootNoLogin": "/main/all",
"redirectRootLogin": "/main/friends",
2018-02-03 16:27:33 +01:00
"chatDisabled": false,
2018-02-11 15:12:05 +01:00
"showWhoToFollowPanel": false,
2018-05-04 17:53:40 +02:00
"whoToFollowProvider": "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}",
2018-05-04 17:20:19 +02:00
"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",
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false
}