diff options
| author | Hakaba Hitoyo <example@example.com> | 2018-05-05 00:20:19 +0900 |
|---|---|---|
| committer | Hakaba Hitoyo <example@example.com> | 2018-05-05 00:20:19 +0900 |
| commit | 2ade177d5a8f487014f8e790d2ed1c0f9e8ebb75 (patch) | |
| tree | 5df9fa6800b9ccaf10e11e09a23c8684f47b4c1f /static | |
| parent | 77ffa894642b358fd9478207f519f991f3780545 (diff) | |
configurable who to follow panel
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json index 2c495142..08664927 100644 --- a/static/config.json +++ b/static/config.json @@ -6,5 +6,11 @@ "redirectRootLogin": "/main/friends", "chatDisabled": false, "showWhoToFollowPanel": false, + "whoToFollowProvider": "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-simple-api.cgi?{{host}}+{{user}}", + "whoToFollowProviderDummy1": "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}}", + "whoToFollowLinkDummy1": "https://vinayaka.distsn.org/?{{host}}+{{user}}", + "whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html", "showInstanceSpecificPanel": false } |
