Remove sensitive-property setting #nsfw, create HashtagPolicy
[akkoma] / priv / static / static / config.json
index 9cdb22d5968b63eeffa77dd98c13f96305eb556e..f59e645ac65ad316d437ea9c8296a92ec4f37372 100644 (file)
@@ -1,14 +1,29 @@
 {
-  "theme": "pleroma-dark",
+  "alwaysShowSubjectInput": true,
   "background": "/static/aurora_borealis.jpg",
-  "logo": "/static/logo.png",
-  "redirectRootNoLogin": "/main/all",
+  "collapseMessageWithSubject": false,
+  "disableChat": false,
+  "greentext": false,
+  "hideFilteredStatuses": false,
+  "hideMutedPosts": false,
+  "hidePostStats": false,
+  "hideSitename": false,
+  "hideUserStats": false,
+  "loginMethod": "password",
+  "logo": "/static/logo.svg",
+  "logoMargin": ".1em",
+  "logoMask": true,
+  "logoLeft": false,
+  "minimalScopesMode": false,
+  "nsfwCensorImage": "",
+  "postContentType": "text/plain",
   "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
+  "redirectRootNoLogin": "/main/all",
+  "scopeCopy": true,
+  "showFeaturesPanel": true,
+  "showInstanceSpecificPanel": false,
+  "sidebarRight": false,
+  "subjectLineBehavior": "email",
+  "theme": "pleroma-dark",
+  "webPushNotifications": false
 }