X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fstatic%2Fstatic%2Fconfig.json;h=533a5b087f1a5c1dcf496ed9e9c898283213166e;hb=20e0f3660541f19cf878b789aa9f5b9d5ce8cddb;hp=62b85aae5b36b7494756630374d494b692720149;hpb=e0c350db390f809a6cbd049a91ac819d740b4eda;p=akkoma diff --git a/priv/static/static/config.json b/priv/static/static/config.json index 62b85aae5..533a5b087 100644 --- a/priv/static/static/config.json +++ b/priv/static/static/config.json @@ -2,15 +2,24 @@ "theme": "pleroma-dark", "background": "/static/aurora_borealis.jpg", "logo": "/static/logo.png", + "logoMask": true, + "logoMargin": ".1em", "redirectRootNoLogin": "/main/all", "redirectRootLogin": "/main/friends", "chatDisabled": 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, - "collapseMessageWithSubject": false + "formattingOptionsEnabled": false, + "collapseMessageWithSubject": false, + "scopeCopy": true, + "subjectLineBehavior": "email", + "postContentType": "text/plain", + "alwaysShowSubjectInput": true, + "hidePostStats": false, + "hideUserStats": false, + "loginMethod": "password", + "webPushNotifications": false, + "noAttachmentLinks": false, + "nsfwCensorImage": "", + "showFeaturesPanel": true }