config.json 784 B

12345678910111213141516171819202122232425262728
  1. {
  2. "alwaysShowSubjectInput": true,
  3. "background": "/static/aurora_borealis.jpg",
  4. "collapseMessageWithSubject": false,
  5. "disableChat": false,
  6. "greentext": false,
  7. "hideFilteredStatuses": false,
  8. "hideMutedPosts": false,
  9. "hidePostStats": false,
  10. "hideSitename": false,
  11. "hideUserStats": false,
  12. "loginMethod": "password",
  13. "logo": "/static/logo.png",
  14. "logoMargin": ".1em",
  15. "logoMask": true,
  16. "minimalScopesMode": false,
  17. "nsfwCensorImage": "",
  18. "postContentType": "text/plain",
  19. "redirectRootLogin": "/main/friends",
  20. "redirectRootNoLogin": "/main/all",
  21. "scopeCopy": true,
  22. "showFeaturesPanel": true,
  23. "showInstanceSpecificPanel": false,
  24. "sidebarRight": false,
  25. "subjectLineBehavior": "email",
  26. "theme": "pleroma-dark",
  27. "webPushNotifications": false
  28. }