Merge branch 'feature/twitterapi-unrepeat' into 'develop'
[akkoma] / priv / static / static / config.json
index 6c9c27dab223abbe0d7d3f386b1c6a71be31bdca..4dacfebedf0962ca328c4919cab121758719c47f 100644 (file)
@@ -1,8 +1,15 @@
 {
   "theme": "pleroma-dark",
-  "background": "/static/bg.jpg",
+  "background": "/static/aurora_borealis.jpg",
   "logo": "/static/logo.png",
-  "defaultPath": "/main/all",
+  "redirectRootNoLogin": "/main/all",
+  "redirectRootLogin": "/main/friends",
   "chatDisabled": false,
-  "showInstanceSpecificPanel": false
+  "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",
+  "showInstanceSpecificPanel": false,
+  "scopeOptionsEnabled": false
 }